Zed Series Release Notes¶
21.0.0¶
New Features¶
Added a new option
websso_choices_hide_keystone. This lets you hide the ability to log in with Keystone-credentials when using federation. Be aware that this also requires you to setwebsso_initial_choiceto a valid value.
The
horizon::wsgi::apacheclass now supports customizing name of vhost log files.
Now the pymemcache library is automatically installed when pymemcache backend is used.
The new
horizon::dashboards::designateclass has been added. This class can be used to manage parameters for designate-dashboard.
The new
horizon::django_template_log_levelparameter has been added. This parameter controls log level of thedjango.templatemodule.
The new
horizon::system_scope_servicesparameter has been added.
The new
horizon::wsgi::apache::ssl_extra_paramsparameter has been added. This parameter affects only ssl vhost and overrides theextra_paramsparameter when set.
Upgrade Notes¶
The
horizon::horizon_upload_modeparameter is now always surrounded by double quotes("") when being rendered into the local_settings file. Quotes should be removed from the parameter.
CentOS 8 Stream is no longer supported by this module.
The
horizon::enable_user_passparameter has been removed. Use thehorizon::dashboards::heat::enable_user_passparameter instead.