2024.1 Series Release Notes¶
24.0.0-3¶
New Features¶
Added
horizon::custom_wsgi_process_options
parameter that is passed down to thehorizon::wsgi::apache
class whenconfigure_apache
is set to true.
24.0.0¶
New Features¶
The new
horizon::compress_enabled
parameter has been added.
The new
horizon::dashboards::ironic
class has been added.
The new
horizon::purge_conf_d_dir
parameter has been added.
The new
horizon::totp_enabled
parameter has been added. This parameter can be used to customize theOPENSTACK_KEYSTONE_MFA_TOTP_ENABLED
option in Horizon to enable TOTP support.
The
authentication_plugins
parameter has been added to allow customizing theAUTHENTICATION_PLUGINS
option, which is required to enable TOTP support.
Deprecation Notes¶
Support for the MemcachedCache backend has been deprecated. This backend was deprecated in django 3.2 .