Files
kolla-ansible/releasenotes/notes/enable_quorum_queues_transient-020b373831acda36.yaml
Matt Crees 50bbcb09d0 Don't allow quorum queues to be disabled
We will be upgrading RabbitMQ to version 4.0 in Epoxy. This will not
work without quorum queues being enabled.

Change-Id: Ic6ad64bf8c62bbff175e15029eb121814032c40e
2025-04-09 16:20:59 +02:00

9 lines
290 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.
See also `LP#2078339 <https://bugs.launchpad.net/kolla-ansible/+bug/2078339>`_.