Fix boolean in config file.

horizon do expect a boolean and not a string.

Depends-On: https://review.opendev.org/756244
Change-Id: I247f29f66466fc7b398dee2d132710e59a087354
This commit is contained in:
Marc Gariepy 2020-10-01 08:43:03 -04:00 committed by Jonathan Rosser
parent 656cb92401
commit 7098d125e8
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