f3238a81d8
Horizon is picky about the case of the value used for the WEBSSO_ENABLED setting in local_settings. When enabled, it expects the value to be "True". Currently, we set it to "true", which causes Horizon to throw a 500 error when accessing the login page. This patch sets the value using the proper case. Change-Id: Ic71a6c4b50556a1820a5f86bfc5a3e5102955c7b |
||
---|---|---|
.. | ||
local_settings.py.erb |