puppet-cinder 16.4.0 (ussuri)
We are pleased to announce the release of: puppet-cinder 16.4.0: Puppet module for OpenStack Cinder This release is part of the ussuri stable release series. The source is available from: https://opendev.org/openstack/puppet-cinder Download the package from: https://tarballs.openstack.org/puppet-cinder/ Please report issues through: https://bugs.launchpad.net/puppet-cinder/+bugs For more details, please see below. 16.4.0 ^^^^^^ New Features * The new "cinder::keystone::authtoken::interface" parameter has been added, which can be used to set the interface parameter in authtoken middleware. Changes in puppet-cinder 16.3.0..16.4.0 --------------------------------------- f77ace6 Prepare the final stable/ussuri release 9cb3fc5 TripleO: Reduce tempest test scope d0bdfc2 Allow for '-' in volume type property values 41bf50d Improve cinder_type properties regex 59e9e4c Set fixture paths for unit tests 1c680ae Add support for the interface parameter in authtoken middleware 84c46a5 Build containers for single consumer job 53cbd11 Add CentOS8 to nodesets da8b5e9 Use common class to manage apache service in beaker job 61e773f Expose vhost_custom_fragment 84370f9 Switch to Ussuri f7482cb Support for Dell EMC VXFlexOS Backend 70c0ff6 Update TOX_CONSTRAINTS_FILE for stable/ussuri ba6eddb Update .gitreview for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 6 +- Gemfile | 1 + lib/puppet/provider/cinder_type/openstack.rb | 2 +- lib/puppet/type/cinder_type.rb | 2 +- manifests/backend/dellemc_vxflexos.pp | 151 +++++++++++++++++++++ manifests/keystone/authtoken.pp | 7 + manifests/wsgi/apache.pp | 7 + metadata.json | 8 +- ...stone-authtoken-interface-9da7455a49e59ad7.yaml | 6 + .../notes/vxflexos-driver-abc8e372280c44e6.yaml | 3 + spec/acceptance/basic_cinder_spec.rb | 1 + spec/acceptance/nodesets/nodepool-centos8.yml | 10 ++ spec/classes/cinder_keystone_authtoken_spec.rb | 3 + spec/classes/cinder_wsgi_apache_spec.rb | 2 + .../cinder_backend_dellemc_vxflexos_spec.rb | 89 ++++++++++++ spec/spec_helper.rb | 5 + spec/unit/provider/cinder_type/openstack_spec.rb | 6 +- tox.ini | 2 +- 19 files changed, 299 insertions(+), 13 deletions(-)
participants (1)
-
no-reply@openstack.org