diff --git a/dev/vagrant/Vagrantfile b/dev/vagrant/Vagrantfile
index a7e46533e6cdfd4a343b7397f9750e7b78d9fbc0..af29a8dbecbede7333ffea850d49f2b532b9df67 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 125c1e560b36ea17dbc9f5e3e8175925cfcf3043..60046d1562fead3cc02bd3a581939b8af73e143d 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",