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:
parent
139dd64c56
commit
2dd47931d7
@ -12,20 +12,14 @@
|
|||||||
Replace ``BARBICAN_DBPASS`` with the password you chose for the
|
Replace ``BARBICAN_DBPASS`` with the password you chose for the
|
||||||
Key Manager service database.
|
Key Manager service database.
|
||||||
|
|
||||||
* In the ``[DEFAULT]`` and ``[oslo_messaging_rabbit]`` sections,
|
* In the ``[DEFAULT]`` section,
|
||||||
configure ``RabbitMQ`` message queue access:
|
configure ``RabbitMQ`` message queue access:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
...
|
...
|
||||||
rpc_backend = rabbit
|
transport_url = rabbit://openstack:RABBIT_PASS@controller
|
||||||
|
|
||||||
[oslo_messaging_rabbit]
|
|
||||||
...
|
|
||||||
rabbit_host = controller
|
|
||||||
rabbit_userid = openstack
|
|
||||||
rabbit_password = RABBIT_PASS
|
|
||||||
|
|
||||||
Replace ``RABBIT_PASS`` with the password you chose for the
|
Replace ``RABBIT_PASS`` with the password you chose for the
|
||||||
``openstack`` account in ``RabbitMQ``.
|
``openstack`` account in ``RabbitMQ``.
|
||||||
|
Loading…
Reference in New Issue
Block a user