Merge "install-guide: fix usage of backticks for RABBIT_PASS"

This commit is contained in:
Jenkins 2015-09-14 03:05:31 +00:00 committed by Gerrit Code Review
commit d381485127

View File

@ -401,10 +401,10 @@ associated with it.
.. code-block:: console
# rabbitmqctl add_user openstack `RABBIT_PASS`
# rabbitmqctl add_user openstack RABBIT_PASS
Creating user "openstack" ...
Replace `RABBIT_PASS` with a suitable password.
Replace ``RABBIT_PASS`` with a suitable password.
#. Permit configuration, write, and read access for the
``openstack`` user: