Change ubuntu base_image for vagrant to wily64
The ubuntu-bootstrap.sh script tries to install the packet linux-image-generic-ls-wily when the kernel version is older than 4.2. This fails when using the default base image ubuntu/vivid64. Therefore this patch updates the base_image to ubuntu/wily64. Change-Id: Ieaf2d35a9a4304de2d1d78d8245d115dcb32bb0e Partial-Bug: #1547114
This commit is contained in:
parent
0e67afb73b
commit
e970d8b5bf
2
dev/vagrant/Vagrantfile
vendored
2
dev/vagrant/Vagrantfile
vendored
@ -40,7 +40,7 @@ PROVIDER_DEFAULTS ||= {
|
|||||||
kolla_path: "/home/vagrant/kolla"
|
kolla_path: "/home/vagrant/kolla"
|
||||||
},
|
},
|
||||||
ubuntu: {
|
ubuntu: {
|
||||||
base_image: "ubuntu/vivid64",
|
base_image: "ubuntu/wily64",
|
||||||
bridge_interface: "wlp3s0b1",
|
bridge_interface: "wlp3s0b1",
|
||||||
vagrant_shared_folder: "/home/vagrant/sync",
|
vagrant_shared_folder: "/home/vagrant/sync",
|
||||||
sync_method: "nfs",
|
sync_method: "nfs",
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
# kolla_path: "/home/vagrant/kolla"
|
# kolla_path: "/home/vagrant/kolla"
|
||||||
# },
|
# },
|
||||||
# ubuntu: {
|
# ubuntu: {
|
||||||
# base_image: "ubuntu/vivid64",
|
# base_image: "ubuntu/wily64",
|
||||||
# bridge_interface: "wlp3s0b1",
|
# bridge_interface: "wlp3s0b1",
|
||||||
# vagrant_shared_folder: "/home/vagrant/sync",
|
# vagrant_shared_folder: "/home/vagrant/sync",
|
||||||
# sync_method: "nfs",
|
# sync_method: "nfs",
|
||||||
|
Loading…
Reference in New Issue
Block a user