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:
parent
30c2fb2e95
commit
2f782850f5
@ -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 }}>
|
||||
|
Loading…
Reference in New Issue
Block a user