fix devstack URL

fix the following error
fatal: repository 'https://git.openstack.org/cgit/openstack-dev/devstack/' not found

Change-Id: I61c3b948c76f95b46194141de31861056153bcfc
This commit is contained in:
Nobuto MURATA 2015-01-12 23:47:08 +09:00
parent 3a0e9b20f8
commit cfac0e012a

View File

@ -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: