charm-odl-controller/hooks/charmhelpers/contrib/openstack/templates/section-oslo-notifications

12 lines
294 B
Plaintext

{% if transport_url -%}
[oslo_messaging_notifications]
driver = messagingv2
transport_url = {{ transport_url }}
{% if notification_topics -%}
topics = {{ notification_topics }}
{% endif -%}
{% if notification_format -%}
notification_format = {{ notification_format }}
{% endif -%}
{% endif -%}