Add a precise64 box so that we can test lxc 0.7.5
This commit is contained in:
parent
7626cda4e6
commit
8ecb88a760
1 changed files with 6 additions and 0 deletions
6
development/Vagrantfile
vendored
6
development/Vagrantfile
vendored
|
@ -49,6 +49,12 @@ Vagrant.configure("2") do |config|
|
|||
end
|
||||
end
|
||||
|
||||
config.vm.define :precise do |precise|
|
||||
precise.vm.box = 'precise64'
|
||||
precise.vm.hostname = 'vbox'
|
||||
precise.vm.box_url = 'http://files.vagrantup.com/precise64.box'
|
||||
end
|
||||
|
||||
config.vm.define :lxc do |lxc_config|
|
||||
lxc_config.vm.hostname = 'lxc-dev-box'
|
||||
lxc_config.vm.box_url = 'http://dl.dropbox.com/u/13510779/lxc-quantal64-2013-03-31.box'
|
||||
|
|
Loading…
Reference in a new issue