diff --git a/ansible/roles/masakari/templates/masakari.conf.j2 b/ansible/roles/masakari/templates/masakari.conf.j2 index 7f4b8f3fba..f02660d28c 100644 --- a/ansible/roles/masakari/templates/masakari.conf.j2 +++ b/ansible/roles/masakari/templates/masakari.conf.j2 @@ -59,6 +59,9 @@ ssl_ca_file = {{ om_rabbitmq_cacert }} {% if om_enable_rabbitmq_high_availability | bool %} amqp_durable_queues = true {% endif %} +{% if om_enable_rabbitmq_quorum_queues | bool %} +rabbit_quorum_queue = true +{% endif %} [oslo_middleware] enable_proxy_headers_parsing = True diff --git a/ansible/roles/octavia/templates/octavia.conf.j2 b/ansible/roles/octavia/templates/octavia.conf.j2 index 243c274eaa..6f046bb7b7 100644 --- a/ansible/roles/octavia/templates/octavia.conf.j2 +++ b/ansible/roles/octavia/templates/octavia.conf.j2 @@ -131,6 +131,9 @@ ssl_ca_file = {{ om_rabbitmq_cacert }} {% if om_enable_rabbitmq_high_availability | bool %} amqp_durable_queues = true {% endif %} +{% if om_enable_rabbitmq_quorum_queues | bool %} +rabbit_quorum_queue = true +{% endif %} {% if octavia_policy_file is defined %} [oslo_policy]