Merge "Fix keystone_sp conditional"
This commit is contained in:
commit
3502e69925
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user