quorum: add missing octavia and masakari
Change-Id: Ibf9a9a0c18938f638c8e8b00b6017c64f1523b23
This commit is contained in:
parent
d05a1560bc
commit
be5dc32c86
@ -59,6 +59,9 @@ ssl_ca_file = {{ om_rabbitmq_cacert }}
|
|||||||
{% if om_enable_rabbitmq_high_availability | bool %}
|
{% if om_enable_rabbitmq_high_availability | bool %}
|
||||||
amqp_durable_queues = true
|
amqp_durable_queues = true
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if om_enable_rabbitmq_quorum_queues | bool %}
|
||||||
|
rabbit_quorum_queue = true
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
[oslo_middleware]
|
[oslo_middleware]
|
||||||
enable_proxy_headers_parsing = True
|
enable_proxy_headers_parsing = True
|
||||||
|
@ -131,6 +131,9 @@ ssl_ca_file = {{ om_rabbitmq_cacert }}
|
|||||||
{% if om_enable_rabbitmq_high_availability | bool %}
|
{% if om_enable_rabbitmq_high_availability | bool %}
|
||||||
amqp_durable_queues = true
|
amqp_durable_queues = true
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if om_enable_rabbitmq_quorum_queues | bool %}
|
||||||
|
rabbit_quorum_queue = true
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if octavia_policy_file is defined %}
|
{% if octavia_policy_file is defined %}
|
||||||
[oslo_policy]
|
[oslo_policy]
|
||||||
|
Loading…
Reference in New Issue
Block a user