Skip to content
Snippets Groups Projects
Commit e970d8b5 authored by Daniel Gonzalez's avatar Daniel Gonzalez
Browse files

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
parent 0e67afb7
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ PROVIDER_DEFAULTS ||= { ...@@ -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 @@ ...@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment