Skip to content
Snippets Groups Projects
Commit be5dc32c authored by Michal Nasiadka's avatar Michal Nasiadka
Browse files

quorum: add missing octavia and masakari

Change-Id: Ibf9a9a0c18938f638c8e8b00b6017c64f1523b23
parent d05a1560
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment