Commit 3166a3bd by Ned Batchelder

Use a xenial base box: I don't know the url, do I need to?

parent 0f1bd3ae
......@@ -15,9 +15,9 @@ end
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# Creates a devstack from a base Ubuntu 12.04 image for virtualbox
config.vm.box = "precise64"
config.vm.box_url = "http://files.vagrantup.com/precise64.box"
# Creates a devstack from a base Ubuntu 16.04 image for virtualbox
config.vm.box = "ubuntu/xenial64"
#config.vm.box_url = "http://files.vagrantup.com/ubuntu/xenial64.box"
config.vm.network :private_network, ip: vm_guest_ip
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment