Zed Series Release Notes¶
21.0.0¶
New Features¶
Now the
oslo::cache
defined resource type installs the pymemcache library when pymemcache backend is used.
The
oslo::privsep
defined resource type now supports thethread_pool_size
parameter and thelogger_name
parameter.
Upgrade Notes¶
The
allow_insecure_clients
parameter of theoslo::messaging::amqp
defined resource type has been removed.
CentOS 8 Stream is no longer supported by this module.
The
oslo::db::idel_timeout
parameter has been removed.
The
oslo::db::min_pool_size
parameter has been removed.
The deprecated
oslo::db::use_tpool
parameter has been removed.
The
oslo::db
defined resource type no longer supports MongoDB backend.
The
oslo::service
defined type has been splitted to the following three defined types.oslo::service
to manage common service parametersoslo::service::ssl
to manage ssl parametersoslo::service::wsgi
to manage wsgi service parameters
Deprecation Notes¶
Support of the etcd3 driver by
oslo::coordination
has been deprecated, because the driver has been deprecated.