Fix typo in glance-api config

Jinja condition around notification_driver has
typo: s/service/services.

Change-Id: I564868b86a879ce36447d31407fc3830ae48b9d5
This commit is contained in:
Peter Razumovsky 2016-12-27 17:22:01 +04:00
parent ea5b006d8d
commit 1397af057d
1 changed files with 1 additions and 1 deletions

View File

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