We are gleeful to announce the release of: puppet-barbican 14.2.0: Puppet module for Barbican This release is part of the stein release series. Download the package from: https://tarballs.openstack.org/puppet-barbican/ For more details, please see below. 14.2.0 ^^^^^^ New Features ************ * Adds the service_description option to config description of the service. Upgrade Notes ************* * barbican::api::logging is now not included by default in barbican::api * 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-barbican 14.1.0..14.2.0 ----------------------------------------- 56b74b7 Prepare Stein M2 93d5327 Add rabbitmq dependency 123b5df Fix editorial problem 713dc65 keystone/auth: make service description configurable acab57f Cleanup documentation 544077c Fix module structure c54fba7 Fix lint f98deab Change openstack-dev to openstack-discuss 18d99b5 Dont include logging in init by default a0a7a97 Remove auth_uri bd2f247 Deprecate pki related options Diffstat (except docs and test files) ------------------------------------- README.md | 2 +- examples/init.pp | 12 ++ manifests/api.pp | 1 - manifests/api/logging.pp | 182 ++++++++++----------- manifests/db/mysql.pp | 11 +- manifests/db/postgresql.pp | 8 - manifests/db/sync.pp | 4 +- manifests/keystone/auth.pp | 42 +++-- manifests/keystone/authtoken.pp | 54 +++--- manifests/params.pp | 2 +- manifests/policy.pp | 4 +- metadata.json | 12 +- ...ervice_description-option-8433b8cefa6eaedb.yaml | 5 + ...te_pki_related_parameters-85dada9800e64a55.yaml | 6 + ...dont-include-logging-init-565ed10dedd7f0bc.yaml | 4 + .../notes/remove-auth-uri-06d22b5a2e767492.yaml | 4 + setup.cfg | 2 +- spec/classes/barbican_api_spec.rb | 1 - spec/classes/barbican_keystone_authtoken_spec.rb | 6 - 20 files changed, 191 insertions(+), 183 deletions(-)