diff --git a/devstack/Vagrantfile b/devstack/Vagrantfile index 522219361..83bc8f8d1 100644 --- a/devstack/Vagrantfile +++ b/devstack/Vagrantfile @@ -56,6 +56,8 @@ Vagrant.configure(2) do |config| # argument is a set of non-required options. # config.vm.synced_folder "../data", "/vagrant_data" + config.vm.synced_folder "~/", "/vagrant_home" + # Provider-specific configuration so you can fine-tune various # backing providers for Vagrant. These expose provider-specific options. # Example for VirtualBox: @@ -152,7 +154,7 @@ MONASCA_PERSISTER_IMPLEMENTATION_LANG=${MONASCA_PERSISTER_IMPLEMENTATION_LANG:-j #MONASCA_PERSISTER_IMPLEMENTATION_LANG=${MONASCA_PERSISTER_IMPLEMENTATION_LANG:-python} # This line will enable all of Monasca. -enable_plugin monasca https://git.openstack.org/openstack/monasca-api +enable_plugin monasca-api https://git.openstack.org/openstack/monasca-api ' > local.conf ./stack.sh SHELL