From 9feb4e7b5577a58df7348871bc5c1712569b9a55 Mon Sep 17 00:00:00 2001 From: Swapnil Kulkarni Date: Mon, 14 Sep 2015 07:14:57 +0000 Subject: [PATCH] Update openstack repo in vagrant script Change-Id: I99f940a3b12f8d63bac8f3d20bee242675fbba9e Closes-Bug:#1495390 --- vagrant/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index 074b752068..c6cdd9efb1 100644 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -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