Merge "quorum: add missing octavia and masakari"

This commit is contained in:
Zuul 2023-12-19 16:12:23 +00:00 committed by Gerrit Code Review
commit f86ad4d389
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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]