Merge "Update openstack repo in vagrant script"

This commit is contained in:
Jenkins 2015-09-14 10:39:38 +00:00 committed by Gerrit Code Review
commit d39dd66286

View File

@ -57,7 +57,7 @@ function configureoperator {
pip install --upgrade ansible python-openstackclient
if [ ! -d ~vagrant/kolla ]; then
su - vagrant sh -c "https_proxy=$https_proxy git clone https://github.com/stackforge/kolla.git ~/kolla"
su - vagrant sh -c "https_proxy=$https_proxy git clone https://github.com/openstack/kolla.git ~/kolla"
pip install ~vagrant/kolla
fi