
This helps to improve the reliability of openstack services when a rabbitmq node has issues. See also: https://bugs.launchpad.net/oslo.messaging/+bug/2031497 Adjust the upgrade tests similar to what was done during the introduction of quorum queues in I6c033d460a5c9b93c346e9e47e93b159d3c27830 Closes-Bug: #2078339 Partial-Bug: #2077448 Depends-On: https://review.opendev.org/c/openstack/oslo.messaging/+/888479 Depends-On: https://review.opendev.org/c/openstack/kolla-ansible/+/924623 Signed-off-by: Sven Kieske <kieske@osism.tech> Change-Id: Idb8a8d2e560206f7697c0771c9ae3913268fa6dd
13 lines
561 B
YAML
13 lines
561 B
YAML
---
|
|
features:
|
|
- |
|
|
Make use of quorum queues for transient/fanout queues.
|
|
This helps OpenStack services to be more resilient to message broker
|
|
failures.
|
|
This feature is enabled by default.
|
|
You can disable it by setting the following in your ``globals.yml``:
|
|
``om_enable_rabbitmq_transient_quorum_queue: false``.
|
|
Notice that this disables quorum queues for all transient/fanout message
|
|
exchanges and likely reduces the resilience of the system.
|
|
See also `LP#2078339 <https://bugs.launchpad.net/kolla-ansible/+bug/2078339>`_.
|