We are jazzed to announce the release of: puppet-vitrage 4.2.0: Puppet module for OpenStack Vitrage This release is part of the stein release series. Download the package from: https://tarballs.openstack.org/puppet-vitrage/ For more details, please see below. 4.2.0 ^^^^^ New Features ************ * Adds the service_description option to config description of the service. Upgrade Notes ************* * The deprecated parameter auth_uri is now removed, please use www_authenticate_uri. * The deprecated parameters use_syslog, use_stderr, log_facility, log_dir and debug in the init class is now removed. Please set them in the logging class. Deprecation Notes ***************** * The vitrage::collector class is now deprecated and will be removed in the Train release. This resource no longer does anything since the collector service doesn't exist anymore. * 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-vitrage 4.1.0..4.2.0 -------------------------------------- a0f7051 Prepare Stein M2 006aef4 keystone/auth: make service description configurable e785506 Cleanup documentation bb590a4 Fix module structure daad9f0 Install python3 in Fedora or RedHat > 7 b645c84 Remove auth_uri eeec291 Deprecate pki related options 1efe552 Change openstack-dev to openstack-discuss 93539ea Remove deprecated logging cb5973d Deprecate collector Diffstat (except docs and test files) ------------------------------------- manifests/collector.pp | 27 +------ manifests/db/mysql.pp | 11 +-- manifests/db/sync.pp | 4 +- manifests/init.pp | 28 ------- manifests/keystone/auth.pp | 17 ++-- manifests/keystone/authtoken.pp | 54 ++++++------- manifests/logging.pp | 48 +++++------ manifests/params.pp | 7 +- manifests/policy.pp | 4 +- metadata.json | 8 +- ...ervice_description-option-ad2c25fa954eed8a.yaml | 5 ++ .../deprecate-collector-c03cf7172381a025.yaml | 6 ++ ...te_pki_related_parameters-b139f65619edd0da.yaml | 6 ++ .../notes/remove-auth-uri-13675940424ee62b.yaml | 4 + ...remove-deprecated-logging-061c4b3656106675.yaml | 5 ++ setup.cfg | 2 +- spec/classes/vitrage_collector_spec.rb | 94 ---------------------- spec/classes/vitrage_init_spec.rb | 5 -- spec/classes/vitrage_keystone_authtoken_spec.rb | 6 -- 20 files changed, 95 insertions(+), 258 deletions(-)