summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Olof Gunnar Andersson <eandersson@blizzard.com>2019-09-13 09:41:12 -0700
committerErik Olof Gunnar Andersson <eandersson@blizzard.com>2019-09-13 10:53:21 -0700
commit88a8ba5d8baffadf22d1cbce876e180bd5cf885c (patch)
tree5c503ae48137ab1350f3daa2c40d7d0cf6f79f9d
parent43d544483666377c0bc076edc868437b28472f2d (diff)
downloaddesignate-88a8ba5d8baffadf22d1cbce876e180bd5cf885c.tar.gz
Add missing RabbitMQ configuration to install guides
Change-Id: Id7972ca5600a202bc885bf5cdb528b9e335e558d
-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