Yoga Series Release Notes¶
20.4.0¶
New Features¶
Now the pymemcache library is automatically installed when pymemcache backend is used.
The new
horizon::dashboards::designate
class has been added. This class can be used to manage parameters for designate-dashboard.
The new
horizon::wsgi::apache::ssl_extra_params
parameter has been added. This parameter affects only ssl vhost and overrides theextra_params
parameter when set.
20.3.0¶
New Features¶
The new
horizon::django_log_level
parameter has been added. This parameter determines log level of the django module and overrides the globallog_level
parameter.
20.2.0¶
New Features¶
Now this module supports CentOS 9 and Red Hat Enterprise Linux 9.
The new
horizon::default_boot_source
parameter has been added.
The new
horizon::policy
class has been added. This class can be used to manage policy rules for the following services.cinder
glance
keystone
neutron
nova
The new
policies
parameter has been added to the following classes, to allow customizing policiy rules for additional services.horizon::dashboards::heat
horizon::dashboards::octavia
horizon::dashboards::manila
The new
horizon::use_simple_tenant_usage
parameter has been added. This parameter controls value of theOPENSTACK_USE_SIMPLE_TENANT_USAGE
parameter.
Bug Fixes¶
Bug #1956904: The hard-coded
REST_API_REQUIRED_SETTINGS
parameter was removed, to use the default value defined in Horizon itself.
20.1.0¶
Upgrade Notes¶
The following parameters have been removed. Please use the new
ssl_*
parameters instead.horizon::horizon_cert
horizon::horizon_key
horizon::horizon_ca
horizon::wsgi::apache::horizon_cert
horizon::wsgi::apache::horizon_key
horizon::wsgi::apache::horizon_ca
20.0.0¶
New Features¶
The new
horizon::api_result_page_size
parameter has been added, to support theAPI_RESULT_PAGE_SIZE
parameter.
The
heat::dashboards::heat
class now supports the following two parameters.template_generator_api_timeout
template_generator_api_parallel
The new
horizon::syslog_facility
parameter has been added.
Bug Fixes¶
Fix HORIZON_IMAGES_UPLOAD_MODE in template file because the value must be encapsulated with quotes or it will be treated as an expression by horizon.