Skip to content

Commit

Permalink
update lx image to latest stable ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
bixu committed May 15, 2015
1 parent 112a923 commit edfa642
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions examples/Vagrantfile.lx
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ Vagrant.configure('2') do |config|

config.ssh.insert_key = false

config.global_zone.platform_image = 'hourly-20141121'
config.global_zone.platform_image_url = 'https://us-east.manta.joyent.com/nahamu/public/smartos/platform-hourly.iso'
config.global_zone.platform_image = 'latest'

config.zone.name = 'lx'
config.zone.name = 'lx-ubuntu-14.04_20150415' # images are available through https://images.joyent.com/images
config.zone.brand = 'lx'
config.zone.image = 'b7493690-f019-4612-958b-bab5f844283e'
config.zone.image = '430da066-e3a7-11e4-9657-332a2dbdf565'
config.zone.memory = 1536
config.zone.disk_size = 5
end

0 comments on commit edfa642

Please sign in to comment.