Merge "Added /vagrant_home mount point and fixed plugin name"

This commit is contained in:
Jenkins
2015-10-27 22:48:24 +00:00
committed by Gerrit Code Review

View File

@@ -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