[puppet] puppet-gnocchi 10.2.0 (ocata)
We exuberantly announce the release of: puppet-gnocchi 10.2.0: Puppet module for OpenStack Gnocchi This release is part of the ocata release series. Download the package from: https://tarballs.openstack.org/puppet-gnocchi/ For more details, please see below. 10.2.0 ^^^^^^ New Features ************ * Passes parameter to keystone authtoken define to manage python- memcache package install. Deprecation Notes ***************** * signing_dir option is now deprecated for removal, the parameter has no effect. Changes in puppet-gnocchi 10.1.0..10.2.0 ---------------------------------------- 70d9b39 Set auth mode in gnocchi to keystone b532402 Fix typo in gnocchi_api_paste_ini_spec.rb 970ecbb Remove carbonara package reference 6f99891 Prepare 10.2.0 release 3a34b19 Allow python-memcache install from authtoken class abd4775 Deprecate signing_dir option 78e4ca2 Pin reno version to reno>=0.1.1,!=2.0.0 3d4553b Add customization for wsgi process display name Diffstat (except docs and test files) ------------------------------------- manifests/api.pp | 1 + manifests/keystone/authtoken.pp | 24 +++++-- manifests/params.pp | 2 - manifests/storage.pp | 6 -- manifests/wsgi/apache.pp | 80 ++++++++++++---------- metadata.json | 8 +-- ...n_manage_memcache_package-a83630efd64e36a0.yaml | 3 + ...ate_signing_dir_parameter-6135a83f34551ef9.yaml | 4 ++ releasenotes/source/conf.py | 4 +- spec/classes/gnocchi_api_spec.rb | 1 + spec/classes/gnocchi_keystone_authtoken_spec.rb | 8 ++- spec/classes/gnocchi_storage_spec.rb | 16 ----- spec/classes/gnocchi_wsgi_apache_spec.rb | 15 ++-- spec/unit/type/gnocchi_api_paste_ini_spec.rb | 2 +- test-requirements.txt | 3 +- 15 files changed, 93 insertions(+), 84 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
participants (1)
-
no-reply@openstack.org