[puppet] puppet-cinder 11.3.0 (pike)
We eagerly announce the release of: puppet-cinder 11.3.0: Puppet module for OpenStack Cinder This release is part of the pike stable release series. Download the package from: https://tarballs.openstack.org/puppet-cinder/ For more details, please see below. 11.3.0 ^^^^^^ New Features ************ * Add Dell EMC VMAX backend driver support Deprecation Notes ***************** * cinder::rpc_backend is deprecated and will be removed in a future release. Please use cinder::default_transport_url instead. Bug Fixes ********* * auth_strategy will now be configured in cinder.conf with the value passed for cinder::api::auth_strategy Changes in puppet-cinder 11.2.0..11.3.0 --------------------------------------- aa8b4da Prepare for official Pike release f0c38c7 Fix rpc_backend option warning c6e94ff Fix unit test 78333eb Bump modules to next minor with -dev d33c1e8 Configure auth_strategy 8f54564 Update openstackdocstheme>=1.16.0 8b9d969 Deprecate oslo.messaging rpc_backend option parameter 2101fad Add support for Dell EMC VMAX ISCSI backend Diffstat (except docs and test files) ------------------------------------- manifests/api.pp | 1 + manifests/backend/dellemc_vmax_iscsi.pp | 58 +++++++++++++ manifests/init.pp | 95 ++++++++++------------ metadata.json | 8 +- .../configure-auth_strategy-f8005172e383ec94.yaml | 4 + ...ate_rpc_backend_parameter-a192bd1166eb4ff2.yaml | 4 + .../notes/vmax-driver-d428e372280c44e5.yaml | 3 + releasenotes/source/conf.py | 4 +- spec/classes/cinder_api_spec.rb | 14 ++++ spec/classes/cinder_init_spec.rb | 10 +-- spec/defines/cinder_backend_dellemc_vmax_spec.rb | 53 ++++++++++++ test-requirements.txt | 2 +- 12 files changed, 190 insertions(+), 66 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index a23c7e7..629ab00 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3 +3 @@ sphinx>=1.6.2 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.16.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org