Fixes jinja typo in keystone-httpd.conf.j2

Removes the "-" that deletes the newline
before </VirtualHost>

Closes-bug: #1494020
Change-Id: I2809d702267533026b01c37a9bb81ae8543c0fcb
This commit is contained in:
Miguel Cantu 2015-09-09 21:48:42 +00:00
parent 9ce7f169fc
commit a2faa4546d

View File

@ -54,7 +54,7 @@
</LocationMatch>
WSGIScriptAliasMatch ^(/v3/OS-FEDERATION/identity_providers/.*?/protocols/.*?/auth)$ /var/www/cgi-bin/keystone/main/$1
{%- endif %}
{% endif %}
</VirtualHost>
<VirtualHost *:{{ keystone_admin_port }}>