Xena Series Release Notes¶
19.5.0¶
New Features¶
The following parameter and class have been added, to support usage of the service token feature with the Barbican key manager.
The
glance::key_manager::barbican::send_service_user_tokenparameterThe
glance::key_manager::barbican::service_userclass
The
glance::cache::cleanerclass and theglance::cache::prunerclass now support themaxdelayparameter. This parameter would be useful in a multi-node deployment, to avoid launching the same cron command at the same time in multiple nodes.
Upgrade Notes¶
The
glance::apiclass now supports alock_pathparameter that configures the oslo.concurrency lock_path with a platform specific default value. Distributions that are used to defining the lock_path with a distribution specific config file may need to override the defaultglance::api::lock_pathvalue.
Bug Fixes¶
Bug #1980539: Configure the oslo.concurrency lock_path, which is now required by cinder backends.
Bug #1947816: Fix the default auth_version for swift backend so that Keystone v3 API is used by default instead of v2 API.
19.4.0¶
New Features¶
The new
glance::api::logging::watch_log_fileparameter has been added. The newglance::cache::logging::watch_log_fileparameter has been added.
The following two parameters have been added to the
cinder::backend::multistore::cinderresource type.cinder_store_user_domain_namecinder_store_project_domain_name
Adds new purge_config parameter. When set to true, the policy file is cleared during configuration process. This allows to remove any existing rules before applying them or clean the file when all policies got removed.