From 78772a331b96b1fb59ba3d2a1f0faa9abed74f71 Mon Sep 17 00:00:00 2001 From: Chuck Short Date: Mon, 13 Aug 2018 10:41:12 -0400 Subject: [PATCH] Fix documentation Repository should be rally-openstack. Change-Id: I0feb936bc79b7cead83c4220716bf261257d8f8d Signed-off-by: Chuck Short --- devstack/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devstack/README.rst b/devstack/README.rst index fce24446..87e5b003 100644 --- a/devstack/README.rst +++ b/devstack/README.rst @@ -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: