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
This commit is contained in:
Matt Crees 2023-12-06 16:10:27 +00:00
parent af6e1ca4fd
commit 1dfdf0904e
1 changed files with 4 additions and 3 deletions

View File

@ -122,8 +122,8 @@ RabbitMQ offers two options to configure HA:
There are some queue types which are intentionally not mirrored
using the exclusionary pattern ``^(?!(amq\\.)|(.*_fanout_)|(reply_)).*``.
After enabling this value on a running system, there are some additional steps
needed to migrate from transient to durable queues.
After enabling one of these values on a running system, there are some
additional steps needed to migrate from transient to durable queues.
.. warning::
@ -143,7 +143,8 @@ needed to migrate from transient to durable queues.
kolla-ansible genconfig
3. Reconfigure RabbitMQ.
3. Reconfigure RabbitMQ if you are using
``om_enable_rabbitmq_high_availability``.
.. code-block:: console