diff --git a/devstack/Vagrantfile b/devstack/Vagrantfile index 145afd2b1..ceaeaea6c 100644 --- a/devstack/Vagrantfile +++ b/devstack/Vagrantfile @@ -41,7 +41,7 @@ Vagrant.configure(2) do |config| config.vm.provision "shell", privileged: false, inline: <<-SHELL # sudo apt-get update # sudo apt-get -y upgrade - sudo apt-get -y install git + sudo apt-get -y install git lnav if [ $http_proxy ]; then git config --global url.https://git.openstack.org/.insteadOf https://git.openstack.org/ @@ -169,10 +169,16 @@ MONASCA_METRICS_DB=${MONASCA_METRICS_DB:-influxdb} MONASCA_API_USE_MOD_WSGI=${MONASCA_API_USE_MOD_WSGI:-True} +# Start devstack with services running under Python 3 +# USE_PYTHON3=True + # Uncomment one of the following lines and modify accordingly to enable the Monasca DevStack Plugin enable_plugin monasca-api https://git.openstack.org/openstack/monasca-api # enable_plugin monasca-api file:///vagrant_home/Documents/repos/openstack/monasca-api.vertica +# Uncomment to install tempest tests +# enable_plugin monasca-tempest-plugin https://git.openstack.org/openstack/monasca-tempest-plugin + ' > local.conf ./stack.sh # Cache downloaded files for future runs