CI: Don't use new RabbitMQ features yet

This will unblock the Kayobe CI for now.
We should test queue migrations in upgrades once the following patches
are backported to 2024.2 and 2024.1 (for SLURP).

https://review.opendev.org/c/openstack/kolla-ansible/+/928665
https://review.opendev.org/c/openstack/kolla-ansible/+/928669
https://review.opendev.org/c/openstack/kolla-ansible/+/924623
https://review.opendev.org/c/openstack/kolla-ansible/+/927497
https://review.opendev.org/c/openstack/kolla-ansible/+/916911

Change-Id: Ie545c45fc78a4ed4bb36c9b1fa8f1b1def5566d1
This commit is contained in:
Matt Crees 2025-03-28 15:31:01 +00:00
parent 6098c8fe01
commit ccdfeb7696

View File

@ -14,3 +14,9 @@ openstack_service_rpc_workers: "1"
# Reduce size of libvirt logs when OpenStack debug logging is enabled
nova_libvirt_logging_debug: False
# Disable new RabbitMQ features until support is backported to 2024.1.
# TODO(mattcrees): Remove these when we can properly perform the queue
# migtations.
om_enable_queue_manager: false
om_enable_rabbitmq_transient_quorum_queue: false