We are gleeful to announce the release of: puppet-gnocchi 14.2.0: Puppet module for OpenStack Gnocchi This release is part of the stein release series. Download the package from: https://tarballs.openstack.org/puppet-gnocchi/ For more details, please see below. 14.2.0 ^^^^^^ Upgrade Notes ************* * gnocchi::logging is now not included in init class by default. * The deprecated parameter auth_uri is now removed, please use www_authenticate_uri. Deprecation Notes ***************** * check_revocations_for_cached option is now deprecated for removal, the parameter has no effect. * hash_algorithms option is now deprecated for removal, the parameter has no effect. Changes in puppet-gnocchi 14.1.0..14.2.0 ---------------------------------------- aec53b4 Prepare Stein M2 cf23444 Fix the misspelling of "configuration" af02d14 Fix editorial problem 7b8d7b2 Fix service_type annotation 8d9472f Cleanup documentation 7cf9f3c Fix lint e490035 Install python3-cradox and redis in Fedora 04a0b80 Remove auth_uri 2d45816 Change openstack-dev to openstack-discuss 3dee988 Dont include logging in init by default abe4ba3 Deprecate pki related options Diffstat (except docs and test files) ------------------------------------- README.md | 2 +- manifests/db/mysql.pp | 11 +--- manifests/db/sync.pp | 6 +- manifests/init.pp | 28 --------- manifests/keystone/auth.pp | 35 ++++++----- manifests/keystone/authtoken.pp | 52 ++++++++--------- manifests/logging.pp | 68 +++++++++------------- manifests/params.pp | 6 +- manifests/policy.pp | 4 +- metadata.json | 8 +-- ...te_pki_related_parameters-8d707b64e754d061.yaml | 6 ++ ...dont-include-logging-init-46f9d159f3456994.yaml | 4 ++ .../notes/metricd_workers-6fe3da8ec2927909.yaml | 2 +- .../notes/remove-auth-uri-b751d103ac62f67d.yaml | 4 ++ setup.cfg | 2 +- spec/classes/gnocchi_init_spec.rb | 3 +- spec/classes/gnocchi_keystone_authtoken_spec.rb | 6 -- 17 files changed, 105 insertions(+), 142 deletions(-)