Merge "Fix keystone_sp conditional"

This commit is contained in:
Jenkins 2016-11-28 14:53:07 +00:00 committed by Gerrit Code Review
commit 3502e69925

View File

@ -170,7 +170,7 @@ OPENSTACK_KEYSTONE_URL = "{{ horizon_keystone_endpoint }}"
# The default role assigned to users
OPENSTACK_KEYSTONE_DEFAULT_ROLE = "{{ horizon_default_role_name }}"
{% if keystone_sp is defined %}
{% if keystone_sp is defined and keystone_sp != {} -%}
# Enables keystone web single-sign-on if set to True.
WEBSSO_ENABLED = True