Work around failing RabbitMQ precheck

Kolla Ansible enabled RabbitMQ HA queues by default, which require a
manual migration step [1]. Work around the failing precheck by enabling
HA queues in the previous release until we implement migration code in
Kayobe CI jobs.

[1] https://review.opendev.org/c/openstack/kolla-ansible/+/882825

Change-Id: Idbbe0dd57acc9b7a9440a67c2b677e526a6be917
This commit is contained in:
Pierre Riteau 2023-08-29 20:01:50 +02:00
parent 7110d83455
commit 014446251d

View File

@ -14,3 +14,7 @@ openstack_service_rpc_workers: "1"
# Reduce size of libvirt logs when OpenStack debug logging is enabled
nova_libvirt_logging_debug: False
# TODO(priteau): Replace with steps to migrate RabbitMQ transient non-mirrored
# queues to durable mirrored queues for 2023.1 to 2023.2 upgrade jobs.
om_enable_rabbitmq_high_availability: true