Fix the installation steps for rally

According to the new DevStack plugin model
steps have been modified

Change-Id: I0ee8d311b06a702f193d2aedb240f15b44db84fb
Closes-Bug: #1492525
This commit is contained in:
venkatamahesh 2015-09-06 20:36:43 +05:30
parent 024d4b5598
commit f3551c267c

View File

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