From 2c0e336d00dbd1dcb8b86c2efdc8bb7703848f41 Mon Sep 17 00:00:00 2001 From: Kashyap Kopparam Date: Tue, 23 Sep 2014 17:42:50 +0530 Subject: [PATCH] Kashyap | Changed the provider box name to point to the new dev box which has Cinder --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 22e9639..422ce0f 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -10,7 +10,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # please see the online documentation at vagrantup.com. # Every Vagrant virtual environment requires a box to build off of. - config.vm.box = "asifrc/silvernitrate" + config.vm.box = "kopparam/trusty-devstack" # Disable automatic box update checking. If you disable this, then # boxes will only be checked for updates when the user runs