We high-spiritedly announce the release of: puppet-glance 18.5.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.5.0 ^^^^^^ New Features ************ * Add "enforce_secure_rbac" parameter to enable enforcing authorization based on common RBAC personas. * The new "glance::healthcheck" class has been added. This class manages parameters of healthcheck middlware in oslo.middleware. Bug Fixes ********* * Bug #1947816 (https://bugs.launchpad.net/puppet- glance/+bug/1947816): Fix the default auth_version for swift backend so that Keystone v3 API is used by default instead of v2 API. Changes in puppet-glance 18.4.0..18.5.0 --------------------------------------- 72bbb10 Prepare a new Wallaby release 994a38c Swift backend: Use Keystone v3 API by default 572f60e Swift backend: the key parameter should be secret 9e1bba3 Fix wrong parameter name in deprecation warning 8a91ada Add support for healthcheck middleware options aaae382 Set fixture paths for unit tests da08bab TripleO: Reduce tempest test scope d6ed637 Add new parameter required for secure RBAC configuration 0ed1cb6 Drop the tripleo-puppet-undercloud job 87624f0 Update TOX_CONSTRAINTS_FILE for stable/wallaby b069f69 Update .gitreview for stable/wallaby Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 2 - manifests/api.pp | 8 +++- manifests/backend/multistore/swift.pp | 6 +-- manifests/backend/swift.pp | 4 +- manifests/healthcheck.pp | 41 ++++++++++++++++ metadata.json | 2 +- ...ure_rbac_for_rbac_support-35bcf4ef4e25e435.yaml | 5 ++ .../notes/bug-1947816-75538e8fd13e59c6.yaml | 6 +++ .../notes/healthcheck-902378a7b8bf405f.yaml | 5 ++ spec/classes/glance_api_spec.rb | 3 ++ spec/classes/glance_backend_swift_spec.rb | 2 +- spec/classes/glance_healthcheck_spec.rb | 55 ++++++++++++++++++++++ .../glance_backend_multistore_swift_spec.rb | 6 +-- spec/spec_helper.rb | 5 ++ tox.ini | 2 +- 16 files changed, 139 insertions(+), 14 deletions(-)