charm-heat/hooks/charmhelpers/contrib/openstack/templates/section-oslo-messaging-rabbit

11 lines
211 B
Plaintext

[oslo_messaging_rabbit]
{% if rabbitmq_ha_queues -%}
rabbit_ha_queues = True
{% endif -%}
{% if rabbit_ssl_port -%}
ssl = True
{% endif -%}
{% if rabbit_ssl_ca -%}
ssl_ca_file = {{ rabbit_ssl_ca }}
{% endif -%}