Skip to content
Snippets Groups Projects
Commit c7658eb4 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Remove deprected notification_topics option"

parents 453fca37 3cac1155
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,6 @@
auth_strategy = keystone
log_dir = /var/log/kolla/aodh
debug = {{ aodh_logging_debug }}
notification_topics = notifications
transport_url = {{ rpc_transport_url }}
[api]
......@@ -48,3 +46,8 @@ interface = internal
[oslo_messaging_notifications]
transport_url = {{ notify_transport_url }}
{% if enable_ceilometer | bool %}
driver = messagingv2
topics = notifications
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment