Merge "Fix boolean in config file."

This commit is contained in:
Zuul 2020-10-12 20:14:35 +00:00 committed by Gerrit Code Review
commit b007436ea4
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ OPENSTACK_KEYSTONE_DOMAIN_CHOICES = {{ horizon_keystone_multidomain_choices }}
{% endif %}
{% endif %}
SHOW_KEYSTONE_V2_RC = "{{ horizon_show_keystone_v2_rc }}"
SHOW_KEYSTONE_V2_RC = {{ horizon_show_keystone_v2_rc }}
# Set Console type:
# valid options are "AUTO"(default), "VNC", "SPICE", "RDP", "SERIAL" or None