From 764ee0455ff27ffb582d513a255c1327a8181a89 Mon Sep 17 00:00:00 2001 From: Andrey Pavlov Date: Thu, 12 Jan 2017 14:41:58 +0000 Subject: [PATCH] Fixing indentations in configs Change-Id: I4f84634e29e1c9ffe63254e67cab36db091a12cb --- service/files/glance-api.conf.j2 | 4 ++-- service/files/glance-registry.conf.j2 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/service/files/glance-api.conf.j2 b/service/files/glance-api.conf.j2 index 69f3f58..b34c292 100644 --- a/service/files/glance-api.conf.j2 +++ b/service/files/glance-api.conf.j2 @@ -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') }} diff --git a/service/files/glance-registry.conf.j2 b/service/files/glance-registry.conf.j2 index edcc931..b9ec861 100644 --- a/service/files/glance-registry.conf.j2 +++ b/service/files/glance-registry.conf.j2 @@ -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') }}