We are happy to announce the release of: puppet-congress 14.2.0: Puppet module for OpenStack Congress This release is part of the stein release series. Download the package from: https://tarballs.openstack.org/puppet-congress/ For more details, please see below. 14.2.0 ^^^^^^ Upgrade Notes ************* * congress::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-congress 14.1.0..14.2.0 ----------------------------------------- a0858cc Prepare Stein M2 4f1190b Add rabbitmq dependency 3047417 Fix editorial problem 9a66956 Cleanup documentation 07c79fb Fix module structure 045b2f5 Install python3 in Fedora or RedHat > 7 0c232a9 Change openstack-dev to openstack-discuss c7ea1a1 Dont include logging in init by default 160e5b2 Remove auth_uri 7936f5f 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/db/sync.pp | 2 +- manifests/init.pp | 1 - manifests/keystone/auth.pp | 35 ++-- manifests/keystone/authtoken.pp | 54 +++--- manifests/logging.pp | 184 ++++++++++----------- manifests/params.pp | 3 +- manifests/policy.pp | 4 +- metadata.json | 12 +- ...te_pki_related_parameters-b62daba9b6af38cb.yaml | 6 + ...dont-include-logging-init-a2ebac9e1ad21682.yaml | 4 + .../notes/remove-auth-uri-d2236454394e0db8.yaml | 4 + setup.cfg | 2 +- spec/classes/congress_init_spec.rb | 3 +- spec/classes/congress_keystone_authtoken_spec.rb | 6 - 19 files changed, 182 insertions(+), 183 deletions(-)