Merge "[install] Update rabbitmq configuration"

This commit is contained in:
Jenkins
2016-11-16 16:47:01 +00:00
committed by Gerrit Code Review

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