From cfac0e012afc2cdbb458912f0604970e38b7f6a6 Mon Sep 17 00:00:00 2001 From: Nobuto MURATA Date: Mon, 12 Jan 2015 23:47:08 +0900 Subject: [PATCH] fix devstack URL fix the following error fatal: repository 'https://git.openstack.org/cgit/openstack-dev/devstack/' not found Change-Id: I61c3b948c76f95b46194141de31861056153bcfc --- doc/source/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 3d25f4c030..417b6206a6 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -66,7 +66,7 @@ To install Rally with DevStack, you should first clone the corresponding reposit .. code-block:: none - git clone https://git.openstack.org/cgit/openstack-dev/devstack + git clone https://git.openstack.org/openstack-dev/devstack git clone https://github.com/stackforge/rally To configure DevStack to run Rally: