Make rabbitmq configuration much simpler

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

Change-Id: Ib860eed7d9c8be106a912e1b87d9b2cb627cd805
This commit is contained in:
chenxing 2016-11-01 03:00:22 +00:00 committed by chen.xing
parent 139dd64c56
commit 2dd47931d7
1 changed files with 2 additions and 8 deletions

View File

@ -12,20 +12,14 @@
Replace ``BARBICAN_DBPASS`` with the password you chose for the
Key Manager service database.
* 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``.