summaryrefslogtreecommitdiff
path: root/doc/source/install/install-obs.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/install/install-obs.rst')
-rw-r--r--doc/source/install/install-obs.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/source/install/install-obs.rst b/doc/source/install/install-obs.rst
index e62d4087..bdfd906f 100644
--- a/doc/source/install/install-obs.rst
+++ b/doc/source/install/install-obs.rst
@@ -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