Update openstack repo in vagrant script
Change-Id: I99f940a3b12f8d63bac8f3d20bee242675fbba9e Closes-Bug:#1495390
This commit is contained in:
parent
b10e234778
commit
9feb4e7b55
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user