From 30c2fb2e95010b34d5ac990b6d141f6524d586ae Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Fri, 4 Sep 2015 13:29:16 +0100 Subject: [PATCH] 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 --- templates/shibboleth2.xml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/shibboleth2.xml.j2 b/templates/shibboleth2.xml.j2 index 1aff057a..4b38a842 100644 --- a/templates/shibboleth2.xml.j2 +++ b/templates/shibboleth2.xml.j2 @@ -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 %}>