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.

    • Theglance::key_manager::barbican::send_service_user_token parameter

    • Theglance::key_manager::barbican::service_user class

  • Theglance::cache::cleaner class and theglance::cache::prunerclass now support themaxdelay parameter. This parameter would beuseful in a multi-node deployment, to avoid launching the same cron commandat the same time in multiple nodes.

Upgrade Notes

  • Theglance::api class now supports alock_path parameter 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_path value.

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 newglance::api::logging::watch_log_file parameter has been added.The newglance::cache::logging::watch_log_file parameter has been added.

  • The following two parameters have been added tothecinder::backend::multistore::cinder resource type.

    • cinder_store_user_domain_name

    • cinder_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.