Merge "Add searchlight notification driver condition"

This commit is contained in:
Jenkins 2016-12-22 21:06:23 +00:00 committed by Gerrit Code Review
commit df5299c2d3
1 changed files with 4 additions and 0 deletions

View File

@ -63,4 +63,8 @@ disk_formats = raw
{% endif %}
[oslo_messaging_notifications]
{% if searchlight is defined and searchlight.service.glance %}
driver = {{ searchlight.notification_driver }}
{% else %}
driver = noop
{% endif %}