From b543f2d71b507614075de078932b9a533fc2252f Mon Sep 17 00:00:00 2001 From: venkatamahesh Date: Sun, 13 Sep 2015 10:12:04 +0530 Subject: [PATCH] Fix the repository to openstack Changed the repository of kolla to openstack (Note: the bug describes using github, but in the review it was determined that using openstack repos is best.) Change-Id: I26c9543776a441ab3ca606ad7aa7381db94fe094 Closes-Bug: #1495162 --- doc/dev-quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev-quickstart.rst b/doc/dev-quickstart.rst index ed43e88ff5..086d055c0f 100644 --- a/doc/dev-quickstart.rst +++ b/doc/dev-quickstart.rst @@ -50,7 +50,7 @@ To install Kolla Python dependencies use: :: - git clone http://github.com/stackforge/kolla + git clone https://git.openstack.org/openstack/kolla cd kolla sudo pip install -r requirements.txt