Merge "Use correct case for WEBSSO_ENABLED config setting"

This commit is contained in:
Zuul 2018-12-28 00:29:54 +00:00 committed by Gerrit Code Review
commit 13ddfaf001
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ OPENSTACK_KEYSTONE_DEFAULT_ROLE = "<%= @keystone_default_role %>"
# "acme_saml2": ("acme", "saml2")
#}
<% if @websso_enabled -%>
WEBSSO_ENABLED = <%= @websso_enabled %>
WEBSSO_ENABLED = True
<% end -%>
<% if @websso_initial_choice -%>
WEBSSO_INITIAL_CHOICE = "<%= @websso_initial_choice %>"