We are tickled pink to announce the release of: puppet-mistral 18.1.0: Puppet module for OpenStack Mistral This release is part of the wallaby release series. The source is available from: https://opendev.org/openstack/puppet-mistral Download the package from: https://tarballs.openstack.org/puppet-mistral/ Please report issues through: https://bugs.launchpad.net/puppet-mistral/+bugs For more details, please see below. 18.1.0 ^^^^^^ New Features ************ * Adds db_sync_timeout parameter to db sync. * The new "mistral::keystone::authtoken::service_type" parameter has been added to configure the service_type parameter in authtoken middleware. Deprecation Notes ***************** * The "mistrall::database_connection" has been deprecated and will be removed in a future release. Use the "mistral::db::database_connection" parameter instead. Changes in puppet-mistral 18.0.0..18.1.0 ---------------------------------------- 678a47a Prepare Wallaby M1 da173eb Allow db sync timeouts to be configurable 1e0ffe6 Replace deprecated UPPER_CONSTRAINTS_FILE variable 6c107af Add support for the keystone_authtoken/service_type parameter efc37cf Fix outdated files cc1705a Deprecate database options from the mistral class Diffstat (except docs and test files) ------------------------------------- manifests/db/sync.pp | 12 +++++++++++- manifests/init.pp | 18 +++++++++++++----- manifests/keystone/authtoken.pp | 7 +++++++ metadata.json | 10 +++++----- .../notes/add_db_sync_timeout-956bcd2a88592600.yaml | 3 +++ .../deprecate_database_options-141a6d8da8eb891b.yaml | 6 ++++++ ...ystone-authtoken-service_type-e5f633ea1fdc30d5.yaml | 5 +++++ spec/classes/mistral_db_sync_spec.rb | 2 ++ spec/classes/mistral_init_spec.rb | 14 -------------- spec/classes/mistral_keystone_authtoken_spec.rb | 3 +++ tox.ini | 2 +- 11 files changed, 56 insertions(+), 26 deletions(-)