[release-announce] [puppet] puppet-cinder 10.2.0 (ocata)
no-reply at openstack.org
no-reply at openstack.org
Thu Jan 26 19:12:34 UTC 2017
We are chuffed to announce the release of:
puppet-cinder 10.2.0: Puppet module for OpenStack Cinder
This release is part of the ocata release series.
Download the package from:
https://tarballs.openstack.org/puppet-cinder/
For more details, please see below.
10.2.0
^^^^^^
New Features
************
* Passes parameter to keystone authtoken define to manage python-
memcache package install.
* Add EMC ScaleIO backend driver support
Upgrade Notes
*************
* Configurations that are setting backend config in "[DEFAULT]"
section are now not supported. You should use "enabled_backends"
option to set up backends. No volume service(s) started successfully
otherwise.
Deprecation Notes
*****************
* host option is deprecated, backend_host option is added instead.
* signing_dir option is now deprecated for removal, the parameter
has no effect.
Other Notes
***********
* Replace cinder quota-set cli for class with openstack cli quota,
It uses --class option to exec resources class quota.
Changes in puppet-cinder 10.1.0..10.2.0
---------------------------------------
299cde5 Update scaleio cinder driver params
45a7d88 Fix typo in README.md
1860b1c Deprecate host option
8001a5b Prepare 10.2.0 release
8d746af Allow python-memcache install from authtoken class
598fe74 Deprecate signing_dir option
b64edd1 Pin reno version to reno>=0.1.1,!=2.0.0
30d7e3d Add customization for wsgi process display name
2db0874 Support for ScaleIO Cinder backend
ea5075e Use ``enabled_backends`` option to set up backends
44caaac Replace cinder quota-set cli for class with openstack cli quota
Diffstat (except docs and test files)
-------------------------------------
README.md | 2 +-
manifests/backend/scaleio.pp | 152 +++++++++++++++++++++
manifests/backends.pp | 12 +-
manifests/client.pp | 2 +
manifests/init.pp | 22 ++-
manifests/keystone/authtoken.pp | 24 +++-
manifests/quota_set.pp | 6 +-
manifests/wsgi/apache.pp | 82 +++++------
metadata.json | 8 +-
...n_manage_memcache_package-2bd5f785cb28daab.yaml | 3 +
...deprecate-backend-default-8713501a34f871d3.yaml | 6 +
.../notes/deprecate_host-44c7d007f7a5ea71.yaml | 4 +
...ate_signing_dir_parameter-76123a45ef21398a.yaml | 4 +
...lace-cinder-quota-set-cli-a27182ee64f64e9f.yaml | 4 +
.../notes/scaleio-driver-03440249221925be.yaml | 3 +
releasenotes/source/conf.py | 4 +-
spec/acceptance/basic_cinder_spec.rb | 8 ++
spec/classes/cinder_client_spec.rb | 7 +
spec/classes/cinder_init_spec.rb | 12 ++
spec/classes/cinder_keystone_authtoken_spec.rb | 8 +-
spec/classes/cinder_wsgi_apache_spec.rb | 25 +++-
spec/defines/cinder_backend_scaleio_spec.rb | 77 +++++++++++
spec/defines/cinder_quota_set_spec.rb | 6 +-
test-requirements.txt | 3 +-
24 files changed, 409 insertions(+), 75 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index bedd666..baa2346 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4,2 @@ oslosphinx>=2.5.0 # Apache-2.0
-reno>=0.1.1 # Apache-2.0
+# FIXME: reno is manually pinned to !=2.0.0 because of bug #1651995
+reno>=0.1.1,!=2.0.0 # Apache-2.0
More information about the Release-announce
mailing list