Xena Series Release Notes¶
19.5.0¶
New Features¶
The following parameter and class have been added, to support usage ofthe 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 beuseful in a multi-node deployment, to avoid launching the same cron commandat the same time in multiple nodes.
Upgrade Notes¶
The
glance::apiclass now supports alock_pathparameter thatconfigures the oslo.concurrency lock_path with a platform specificdefault value. Distributions that are used to defining the lock_pathwith a distribution specific config file may need to override thedefaultglance::api::lock_pathvalue.
Bug Fixes¶
Bug #1980539:Configure the oslo.concurrency lock_path, which is now required by cinderbackends.
Bug #1947816:Fix the default auth_version for swift backend so that Keystone v3 API isused 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 tothe
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 iscleared during configuration process. This allows to remove any existingrules before applying them or clean the file when all policies got removed.
