openstack-ansible/releasenotes/notes/ha_queues_removed-4e4d3fe5ed74a242.yaml
Dmitriy Rabotyagov ce98ae273f Remove HA queues defenition
With upgrade of RabbitMQ to 4.0 there're no more HA Queues, which
means that removing such policy as a whole is pre-requisite for
such upgrade.

Change-Id: I6c4657b195eca8ef5d7403acb2d1b5e5078f8cfb
2024-11-05 10:32:25 +01:00

17 lines
958 B
YAML

---
upgrade:
- |
As RabbitMQ HA (mirrored) queues are no longer supported with current
version of RabbitMQ, please make sure a migration to Quorum Queues was
performed before proceeding with the upgrade.
Please check the `Migrate between HA and Quorum Queues <https://docs.openstack.org/openstack-ansible/latest/admin/maintenance-tasks.html#migrate-between-ha-and-quorum-queues>`_
documentation for more details on the migration path.
deprecations:
- |
RabbitMQ HA (mirrored) queues are no longer supported by RabbitMQ,
so respective policy was deprecated and removed in favor of quorum queues.
Migration to Quorum Queues is expected to be performed on 2024.1 (Caracal)
release.
Please check the `Migrate between HA and Quorum Queues <https://docs.openstack.org/openstack-ansible/latest/admin/maintenance-tasks.html#migrate-between-ha-and-quorum-queues>`_
documentation for more details on the migration path.