Merge "Disable notifications for cinder when no consumer"
This commit is contained in:
commit
58150b05ae
@ -60,6 +60,9 @@ transport_url = rabbit://{% for host in groups['rabbitmq'] %}{{ rabbitmq_user }}
|
|||||||
[oslo_messaging_notifications]
|
[oslo_messaging_notifications]
|
||||||
{% if enable_ceilometer | bool or enable_searchlight | bool %}
|
{% if enable_ceilometer | bool or enable_searchlight | bool %}
|
||||||
driver = messagingv2
|
driver = messagingv2
|
||||||
|
topics = notifications
|
||||||
|
{% else %}
|
||||||
|
driver = noop
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
[database]
|
[database]
|
||||||
|
Loading…
Reference in New Issue
Block a user