[install] Update rabbitmq configuration

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

Follow-up of I54a104662081ab7b81e200cf6c23f5a8a1e28d61.

Change-Id: Ide7d831a749c394c90ac8303643fd1184bb0c56f
Related-Bug: #1635615
This commit is contained in:
Spyros Trigazis 2016-11-13 15:53:19 +01:00
parent 62046a7f81
commit 7fc7d69a1c
1 changed files with 12 additions and 14 deletions

View File

@ -343,6 +343,18 @@ Install and configure components
7. Edit the ``/etc/magnum/magnum.conf``:
* In the ``[DEFAULT]`` section,
configure ``RabbitMQ`` message queue access:
.. code-block:: ini
[DEFAULT]
...
transport_url = rabbit://openstack:RABBIT_PASS@controller
Replace ``RABBIT_PASS`` with the password you chose for the
``openstack`` account in ``RabbitMQ``.
* In the ``[api]`` section, configure the host:
.. code-block:: ini
@ -447,20 +459,6 @@ Install and configure components
...
driver = messaging
* In the ``[oslo_messaging_rabbit]`` section, configure RabbitMQ message
queue access:
.. code-block:: ini
[oslo_messaging_rabbit]
...
rabbit_host = controller
rabbit_userid = openstack
rabbit_password = RABBIT_PASS
Replace RABBIT_PASS with the password you chose for the openstack account
in RabbitMQ.
.. note::
Make sure that ``/etc/magnum/magnum.conf`` still have the correct