charm-glance-simplestreams-.../charmhelpers/contrib/openstack/templates/section-oslo-notifications

9 lines
203 B
Plaintext

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