Merge "Change ubuntu base_image for vagrant to wily64"

This commit is contained in:
Jenkins 2016-02-22 17:58:19 +00:00 committed by Gerrit Code Review
commit 1de5b6efa0
2 changed files with 2 additions and 2 deletions

@ -40,7 +40,7 @@ PROVIDER_DEFAULTS ||= {
kolla_path: "/home/vagrant/kolla"
},
ubuntu: {
base_image: "ubuntu/vivid64",
base_image: "ubuntu/wily64",
bridge_interface: "wlp3s0b1",
vagrant_shared_folder: "/home/vagrant/sync",
sync_method: "nfs",

@ -33,7 +33,7 @@
# kolla_path: "/home/vagrant/kolla"
# },
# ubuntu: {
# base_image: "ubuntu/vivid64",
# base_image: "ubuntu/wily64",
# bridge_interface: "wlp3s0b1",
# vagrant_shared_folder: "/home/vagrant/sync",
# sync_method: "nfs",