Update openstack repo in vagrant script

Change-Id: I99f940a3b12f8d63bac8f3d20bee242675fbba9e
Closes-Bug:#1495390
This commit is contained in:
Swapnil Kulkarni 2015-09-14 07:14:57 +00:00
parent b10e234778
commit 9feb4e7b55

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