From f3551c267c70efe1aa40f96939af87f34eabb68c Mon Sep 17 00:00:00 2001 From: venkatamahesh Date: Sun, 6 Sep 2015 20:36:43 +0530 Subject: [PATCH] Fix the installation steps for rally According to the new DevStack plugin model steps have been modified Change-Id: I0ee8d311b06a702f193d2aedb240f15b44db84fb Closes-Bug: #1492525 --- doc/source/install.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/source/install.rst b/doc/source/install.rst index 0b47434dcd..eb28eddbe7 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -111,11 +111,9 @@ Then, configure DevStack to run Rally: .. code-block:: none - cp rally/contrib/devstack/lib/rally devstack/lib/ - cp rally/contrib/devstack/extras.d/70-rally.sh devstack/extras.d/ cd devstack cp samples/local.conf local.conf - echo "enable_service rally" >> local.conf + echo "enable_plugin rally https://github.com/openstack/rally master" >> localrc Finally, run DevStack as usually: