Merge "Add missing RabbitMQ configuration to install guides"

This commit is contained in:
Zuul 2019-09-17 08:39:55 +00:00 committed by Gerrit Code Review
commit 23f6a79aef
3 changed files with 36 additions and 0 deletions

View File

@ -109,6 +109,18 @@ Install and configure components
Replace ``DESIGNATE_PASS`` with the password you chose for the
``designate`` user in the Identity service.
* In the ``[DEFAULT]`` section, configure ``RabbitMQ``
message queue access:
.. code-block:: ini
[DEFAULT]
# ...
transport_url = rabbit://openstack:RABBIT_PASS@controller:5672/
Replace ``RABBIT_PASS`` with the password you chose for the
``openstack`` account in RabbitMQ.
* In the ``[storage:sqlalchemy]`` section, configure database access:
.. code-block:: ini

View File

@ -109,6 +109,18 @@ Install and configure components
Replace ``DESIGNATE_PASS`` with the password you chose for the
``designate`` user in the Identity service.
* In the ``[DEFAULT]`` section, configure ``RabbitMQ``
message queue access:
.. code-block:: ini
[DEFAULT]
# ...
transport_url = rabbit://openstack:RABBIT_PASS@controller:5672/
Replace ``RABBIT_PASS`` with the password you chose for the
``openstack`` account in RabbitMQ.
* In the ``[storage:sqlalchemy]`` section, configure database access:
.. code-block:: ini

View File

@ -107,6 +107,18 @@ Install and configure components
Replace ``DESIGNATE_PASS`` with the password you chose for the
``designate`` user in the Identity service.
* In the ``[DEFAULT]`` section, configure ``RabbitMQ``
message queue access:
.. code-block:: ini
[DEFAULT]
# ...
transport_url = rabbit://openstack:RABBIT_PASS@controller:5672/
Replace ``RABBIT_PASS`` with the password you chose for the
``openstack`` account in RabbitMQ.
* In the ``[storage:sqlalchemy]`` section, configure database access:
.. code-block:: ini