We are jazzed to announce the release of: puppet-zaqar 14.2.0: Puppet module for OpenStack Zaqar This release is part of the stein release series. Download the package from: https://tarballs.openstack.org/puppet-zaqar/ For more details, please see below. 14.2.0 ^^^^^^ Upgrade Notes ************* * zaqar::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-zaqar 14.1.0..14.2.0 -------------------------------------- d39d587 Prepare Stein M2 d13ecb9 Fix editorial problem dc4aae5 Cleanup documentation 0f8db54 Fix module structure c3b8325 Change openstack-dev to openstack-discuss 4d35451 Remove deprecated logging 00c52b2 Remove auth_uri 84c8ba0 Deprecate pki related options Diffstat (except docs and test files) ------------------------------------- README.md | 2 +- examples/init.pp | 12 ++ manifests/db/mysql.pp | 11 +- manifests/db/postgresql.pp | 8 - manifests/init.pp | 1 - manifests/keystone/auth.pp | 39 +++-- manifests/keystone/authtoken.pp | 54 +++--- manifests/logging.pp | 184 ++++++++++----------- manifests/policy.pp | 4 +- metadata.json | 8 +- ...te_pki_related_parameters-ab0be713b241606f.yaml | 6 + ...dont-include-logging-init-3437e0fc82830787.yaml | 4 + .../notes/remove-auth-uri-d3cae1c70bbbf1d2.yaml | 4 + setup.cfg | 2 +- spec/classes/zaqar_keystone_authtoken_spec.rb | 6 - 16 files changed, 175 insertions(+), 182 deletions(-)