Fix documentation

Repository should be rally-openstack.

Change-Id: I0feb936bc79b7cead83c4220716bf261257d8f8d
Signed-off-by: Chuck Short <chucks@redhat.com>
This commit is contained in:
Chuck Short 2018-08-13 10:41:12 -04:00
parent 1f3dfe1867
commit 78772a331b

View File

@ -7,7 +7,7 @@ corresponding repositories:
.. code-block:: bash
git clone https://git.openstack.org/openstack-dev/devstack
git clone https://github.com/openstack/rally
git clone https://github.com/openstack/rally-openstack
Then, configure DevStack to run Rally. First, create your ``local.conf`` file:
@ -21,7 +21,7 @@ section.
.. code-block:: bash
enable_plugin rally https://github.com/openstack/rally master
enable_plugin rally https://github.com/openstack/rally-openstack master
Finally, run DevStack as usually: