From e970d8b5bf2e774f8fd90278cebca032d93ceceb Mon Sep 17 00:00:00 2001 From: Daniel Gonzalez Date: Thu, 18 Feb 2016 18:11:08 +0100 Subject: [PATCH] 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 --- dev/vagrant/Vagrantfile | 2 +- dev/vagrant/Vagrantfile.custom.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/vagrant/Vagrantfile b/dev/vagrant/Vagrantfile index a7e46533e6..af29a8dbec 100644 --- a/dev/vagrant/Vagrantfile +++ b/dev/vagrant/Vagrantfile @@ -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", diff --git a/dev/vagrant/Vagrantfile.custom.example b/dev/vagrant/Vagrantfile.custom.example index 125c1e560b..60046d1562 100644 --- a/dev/vagrant/Vagrantfile.custom.example +++ b/dev/vagrant/Vagrantfile.custom.example @@ -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",