Merge "Speed up local deployment"

This commit is contained in:
Jenkins 2016-10-19 20:48:27 +00:00 committed by Gerrit Code Review
commit c0d849dcc0
1 changed files with 3 additions and 1 deletions

View File

@ -70,12 +70,14 @@ Vagrant.configure(2) do |config|
sudo cp ./maven_proxy_settings.xml /root/.m2/settings.xml
fi
git clone https://git.openstack.org/openstack-dev/devstack -b master
git clone https://git.openstack.org/openstack-dev/devstack -b master --depth 1
sudo pip install numpy
sudo pip install python-monascaclient
cd devstack
echo '[[local|localrc]]
GIT_DEPTH=1
SERVICE_HOST=192.168.10.6
HOST_IP=192.168.10.6
DATABASE_HOST=192.168.10.6