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:
parent
6b96d098bf
commit
57b24f01f3
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user