Fix document about Rally with DevStack all-in-one installation

The document about 'Rally with DevStack all-in-one installation'
shows that DevStack uses `localrc`, however DevStack uses `local.conf` now.
This patch fix (`localrc`->`local.conf`) the document.

Change-Id: I8fc707b6d30b2ebbe2643f9eba0b01d8bda817cb
Closes-bug: 1460582
This commit is contained in:
Mahito OGURA 2015-06-01 18:32:23 +09:00
parent 54f7a48fcf
commit f9e8a38346

View File

@ -114,7 +114,8 @@ Then, configure DevStack to run Rally:
cp rally/contrib/devstack/lib/rally devstack/lib/
cp rally/contrib/devstack/extras.d/70-rally.sh devstack/extras.d/
cd devstack
echo "enable_service rally" >> localrc
cp samples/local.conf local.conf
echo "enable_service rally" >> local.conf
Finally, run DevStack as usually:
@ -181,7 +182,7 @@ In case you have SELinux enabled and rally fails to create database, try
executing the following commands to put SELinux into Permissive Mode on the host machine.
.. code-block:: none
$ sed -i 's/SELINUX=enforcing/SELINUX=permissive/' /etc/selinux/config
$ setenforce permissive