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",