quorum: add missing octavia and masakari

Change-Id: Ibf9a9a0c18938f638c8e8b00b6017c64f1523b23
This commit is contained in:
Michal Nasiadka 2023-12-19 12:13:31 +01:00
parent d05a1560bc
commit be5dc32c86
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]