summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/install/install-obs.rst12
-rw-r--r--doc/source/install/install-rdo.rst12
-rw-r--r--doc/source/install/install-ubuntu.rst12
3 files changed, 36 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
diff --git a/doc/source/install/install-rdo.rst b/doc/source/install/install-rdo.rst
index 08aecba7..a843c81e 100644
--- a/doc/source/install/install-rdo.rst
+++ b/doc/source/install/install-rdo.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
diff --git a/doc/source/install/install-ubuntu.rst b/doc/source/install/install-ubuntu.rst
index 2d0a251b..b35b52c0 100644
--- a/doc/source/install/install-ubuntu.rst
+++ b/doc/source/install/install-ubuntu.rst
@@ -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