puppet-glance 18.6.0 (wallaby)
We jubilantly announce the release of: puppet-glance 18.6.0: Puppet module for OpenStack Glance This release is part of the wallaby stable release series. The source is available from: https://opendev.org/openstack/puppet-glance Download the package from: https://tarballs.openstack.org/puppet-glance/ Please report issues through: https://bugs.launchpad.net/puppet-glance/+bugs For more details, please see below. 18.6.0 ^^^^^^ New Features ************ * The "glance::cache::cleaner" class and the "glance::cache::pruner" class now support the "maxdelay" parameter. 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::api" class now supports a "lock_path" parameter 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 default "glance::api::lock_path" value. Bug Fixes ********* * Bug #1980539 (https://bugs.launchpad.net/puppet- glance/+bug/1980539): Configure the oslo.concurrency lock_path, which is now required by cinder backends. Changes in puppet-glance 18.5.0..18.6.0 --------------------------------------- f1ee98b setuptools: Disable auto discovery 83ad721 Prepare the final wallaby release 4ab30d3 Configure the oslo.concurrency lock_path 7369989 Add sleep in cache cron jobs a889383 Add centos-9 jobs for wallaby zuul layout adc1f24 Disallow sheepdog backend Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 11 +++++++++- manifests/api.pp | 12 ++++++++++- manifests/cache/cleaner.pp | 19 +++++++++++++--- manifests/cache/pruner.pp | 20 +++++++++++++---- manifests/params.pp | 2 ++ metadata.json | 2 +- ...add-concurrency-lock_path-666f5836ec062c5a.yaml | 13 +++++++++++ .../cache-cron-maxdelay-bfd1585eaa15aeda.yaml | 7 ++++++ setup.py | 1 + spec/classes/glance_api_spec.rb | 25 ++++++++++++++++++++++ spec/classes/glance_cache_cleaner_spec.rb | 3 ++- spec/classes/glance_cache_pruner_spec.rb | 3 ++- 12 files changed, 106 insertions(+), 12 deletions(-)
participants (1)
-
no-reply@openstack.org