We are ecstatic to announce the release of: puppet-mistral 14.2.0: Puppet module for OpenStack Mistral This release is part of the stein release series. Download the package from: https://tarballs.openstack.org/puppet-mistral/ For more details, please see below. 14.2.0 ^^^^^^ 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 ***************** * 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-mistral 14.1.0..14.2.0 ---------------------------------------- 1aa287a Prepare Stein M2 01773a7 Cleanup documentation 71edc84 Fix module structure a0375bc Fix lint 9cd5662 Change openstack-dev to openstack-discuss 5f0f621 Remove deprecated logging 1a97b3f Remove auth_uri c944e90 Convert to rspec-puppet-facts 242661e Deprecate pki related options Diffstat (except docs and test files) ------------------------------------- examples/init.pp | 12 + examples/workflow.pp | 1 + manifests/db/mysql.pp | 11 +- manifests/db/postgresql.pp | 8 - manifests/init.pp | 29 +- manifests/keystone/auth.pp | 43 ++- manifests/keystone/authtoken.pp | 54 ++- manifests/logging.pp | 200 ++++++----- manifests/params.pp | 2 +- manifests/policy.pp | 4 +- metadata.json | 8 +- ...te_pki_related_parameters-8b82bde77dc30fcd.yaml | 6 + .../notes/remove-auth-uri-d82acb9eefbbab2f.yaml | 4 + ...remove-deprecated-logging-1a61a633edfff7b0.yaml | 5 + setup.cfg | 2 +- spec/classes/mistral_api_spec.rb | 70 ++-- spec/classes/mistral_config_spec.rb | 37 ++- spec/classes/mistral_db_mysql_spec.rb | 82 +++-- spec/classes/mistral_db_spec.rb | 104 ++---- spec/classes/mistral_deps_spec.rb | 35 +- spec/classes/mistral_engine_spec.rb | 69 ++-- spec/classes/mistral_executor_spec.rb | 62 ++-- spec/classes/mistral_init_spec.rb | 367 +++++++++++---------- spec/classes/mistral_keystone_auth_spec.rb | 161 ++++----- spec/classes/mistral_keystone_authtoken_spec.rb | 6 - 27 files changed, 640 insertions(+), 755 deletions(-)
participants (1)
-
no-reply@openstack.org