Fix keystone shibboleth template to detect ssl usage correctly

In https://review.openstack.org/194474 the variable keystone_ssl_enabled
was changed to keystone_ssl, but the shibboleth.xml template was missed
in the change.

This patch corrects that.

Change-Id: I8248d01f37d35ddc910d06a4295760ea8924971d
Closes-Bug: #1492250
This commit is contained in:
Jesse Pretorius 2015-09-04 13:29:16 +01:00
parent f5dcd39fe5
commit 30c2fb2e95

View File

@ -14,7 +14,7 @@
timeout="3600"
relayState="ss:mem"
checkAddress="false"
handlerSSL="{% if keystone_ssl_enabled | bool %}true{% else %}false{% endif %}"
handlerSSL="{% if keystone_ssl | bool %}true{% else %}false{% endif %}"
{% if keystone_service_publicuri_proto == "https" %}cookieProps="; path=/; secure"{% endif %}>
<!-- Triggers a login request directly to the IdP. -->