From 2f782850f5b3ac5f9be078948dee2fbb5ec10ef2 Mon Sep 17 00:00:00 2001 From: Miguel Cantu Date: Wed, 9 Sep 2015 21:48:42 +0000 Subject: [PATCH] Fixes jinja typo in keystone-httpd.conf.j2 Removes the "-" that deletes the newline before Closes-bug: #1494020 Change-Id: I2809d702267533026b01c37a9bb81ae8543c0fcb --- templates/keystone-httpd.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/keystone-httpd.conf.j2 b/templates/keystone-httpd.conf.j2 index e869bb05..578bd811 100644 --- a/templates/keystone-httpd.conf.j2 +++ b/templates/keystone-httpd.conf.j2 @@ -54,7 +54,7 @@ WSGIScriptAliasMatch ^(/v3/OS-FEDERATION/identity_providers/.*?/protocols/.*?/auth)$ /var/www/cgi-bin/keystone/main/$1 - {%- endif %} + {% endif %}