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

This commit is contained in:
Jenkins 2015-06-02 09:48:57 +00:00 committed by Gerrit Code Review
commit 42f29a72e1

View File

@ -114,7 +114,8 @@ Then, configure DevStack to run Rally:
cp rally/contrib/devstack/lib/rally devstack/lib/ cp rally/contrib/devstack/lib/rally devstack/lib/
cp rally/contrib/devstack/extras.d/70-rally.sh devstack/extras.d/ cp rally/contrib/devstack/extras.d/70-rally.sh devstack/extras.d/
cd devstack cd devstack
echo "enable_service rally" >> localrc cp samples/local.conf local.conf
echo "enable_service rally" >> local.conf
Finally, run DevStack as usually: 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. executing the following commands to put SELinux into Permissive Mode on the host machine.
.. code-block:: none .. code-block:: none
$ sed -i 's/SELINUX=enforcing/SELINUX=permissive/' /etc/selinux/config $ sed -i 's/SELINUX=enforcing/SELINUX=permissive/' /etc/selinux/config
$ setenforce permissive $ setenforce permissive