Merge "Remove deprected notification_topics option"

This commit is contained in:
Zuul 2018-10-15 11:26:33 +00:00 committed by Gerrit Code Review
commit c7658eb4f6
1 changed files with 5 additions and 2 deletions

View File

@ -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 %}