summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-09-17 08:39:55 +0000
committerGerrit Code Review <review@openstack.org>2019-09-17 08:39:55 +0000
commit23f6a79aef1303d25f8eb1c9d5090fe7f4326d46 (patch)
tree0bdec004ffaf9c9cb7297a782992fcf79d69b828
parent1a458492255f87fb91312604489b4a32c7419f33 (diff)
parent88a8ba5d8baffadf22d1cbce876e180bd5cf885c (diff)
downloaddesignate-23f6a79aef1303d25f8eb1c9d5090fe7f4326d46.tar.gz
Merge "Add missing RabbitMQ configuration to install guides"
-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