diff --git a/doc/source/install/install-obs.rst b/doc/source/install/install-obs.rst index e62d4087a..bdfd906fd 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 08aecba73..a843c81ee 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 2d0a251bf..b35b52c0b 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