From 278304b4c0fe5e9e0ea0c14654c15f7f9647c842 Mon Sep 17 00:00:00 2001 From: Joe Keen Date: Tue, 27 Oct 2015 15:59:43 -0600 Subject: [PATCH] Added /vagrant_home mount point and fixed plugin name Change-Id: I6bfac30f2edfa9bb91f0fe2e940e66c6a84300d1 --- devstack/Vagrantfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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