Skip to content
Snippets Groups Projects
Commit 1dfdf090 authored by Matt Crees's avatar Matt Crees
Browse files

RabbitMQ: correct docs on Quorum Queue migrations

RabbitMQ does not need to be reconfigured when migrating from non-HA
queues to quorum queues.

Change-Id: I69d409732ff8eb7ae736e95f8a5d290efd33fa32
parent af6e1ca4
No related branches found
No related tags found
No related merge requests found
...@@ -122,8 +122,8 @@ RabbitMQ offers two options to configure HA: ...@@ -122,8 +122,8 @@ RabbitMQ offers two options to configure HA:
There are some queue types which are intentionally not mirrored There are some queue types which are intentionally not mirrored
using the exclusionary pattern ``^(?!(amq\\.)|(.*_fanout_)|(reply_)).*``. using the exclusionary pattern ``^(?!(amq\\.)|(.*_fanout_)|(reply_)).*``.
After enabling this value on a running system, there are some additional steps After enabling one of these values on a running system, there are some
needed to migrate from transient to durable queues. additional steps needed to migrate from transient to durable queues.
.. warning:: .. warning::
...@@ -143,7 +143,8 @@ needed to migrate from transient to durable queues. ...@@ -143,7 +143,8 @@ needed to migrate from transient to durable queues.
kolla-ansible genconfig kolla-ansible genconfig
3. Reconfigure RabbitMQ. 3. Reconfigure RabbitMQ if you are using
``om_enable_rabbitmq_high_availability``.
.. code-block:: console .. code-block:: console
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment