Fix trove failed to connect rabbitmq - quorum queues support

This change fixes the trove guest instance failed to connect to
RabbitMQ by adding quorum queues support to oslo_messaging_rabbit
section in guest-agent.conf.

Closes-Bug: #2048822
Change-Id: I94908f8e20981f20fbe4dc18e2091d3798f8b801
This commit is contained in:
wu.chunyang 2024-01-10 22:59:49 +08:00 committed by Bartosz Bezak
parent 6b96d098bf
commit 57b24f01f3
1 changed files with 3 additions and 0 deletions

View File

@ -10,3 +10,6 @@ heartbeat_in_pthread = false
{% if om_enable_rabbitmq_high_availability | bool %}
amqp_durable_queues = true
{% endif %}
{% if om_enable_rabbitmq_quorum_queues | bool %}
rabbit_quorum_queue = true
{% endif %}