Fixing indentations in configs

Change-Id: I4f84634e29e1c9ffe63254e67cab36db091a12cb
This commit is contained in:
Andrey Pavlov 2017-01-12 14:41:58 +00:00
parent 5e9f301e33
commit 764ee0455f
2 changed files with 4 additions and 4 deletions

View File

@ -63,8 +63,8 @@ disk_formats = raw
{% endif %}
{% if searchlight is defined and searchlight.services.glance -%}
[oslo_messaging_notifications]
driver = {{ searchlight.notification_driver }}
[oslo_messaging_notifications]
driver = {{ searchlight.notification_driver }}
{%- endif %}
{{ oslomessaging[messaging.backend.notifications]('notifications_config') }}

View File

@ -27,8 +27,8 @@ memcached_servers = {{ address('memcached', memcached.port) }}
flavor = keystone
{% if searchlight is defined and searchlight.services.glance -%}
[oslo_messaging_notifications]
driver = {{ searchlight.notification_driver }}
[oslo_messaging_notifications]
driver = {{ searchlight.notification_driver }}
{%- endif %}
{{ oslomessaging[messaging.backend.notifications]('notifications_config') }}