[instll] Update a more simple rabbitmq configuration

Update from this commit https://review.openstack.org/#/c/389971/1
in the openstack-manuals project.

Change-Id: I01289ac13473a851f386f489d6ef813a179e7ec6
This commit is contained in:
chenxing 2016-11-01 02:54:32 +00:00
parent 97f32ee83b
commit 7514b3d955

View File

@ -13,20 +13,14 @@
such as ':', '/', '+', and '@' in the connection string in accordance
with `RFC2396 <https://www.ietf.org/rfc/rfc2396.txt>`_.
* In the ``[DEFAULT]`` and ``[oslo_messaging_rabbit]`` sections,
* In the ``[DEFAULT]`` section,
configure ``RabbitMQ`` message queue access:
.. code-block:: ini
[DEFAULT]
...
rpc_backend = rabbit
[oslo_messaging_rabbit]
...
rabbit_host = controller
rabbit_userid = openstack
rabbit_password = RABBIT_PASS
transport_url = rabbit://openstack:RABBIT_PASS@controller
Replace ``RABBIT_PASS`` with the password you chose for the
``openstack`` account in ``RabbitMQ``.