We are jazzed to announce the release of: puppet-mistral 23.0.0: Puppet module for OpenStack Mistral This release is part of the bobcat 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. Changes in puppet-mistral 22.0.0..23.0.0 ---------------------------------------- 29899b8 Remove usage of deleted manifest_dir 5f7af12 Prepare 2023.2 release 8364f77 Bump upper version of stdlib 40e4a6e RabbitMQ: Add support for quorum queue options 7035d18 Do not restart services after policy file changes 44bb2ae Exclude release note files 815859a Ensure openstackclient is installed at the right timing 4299929 Add .pdkignore to exclude some files from tar ball 533955f Ensure purge_config takes a boolean value e906efb Fix leftover of removed parameters d6f55e4 Add per module policy service refresh e9d004c replace validate_legacy with proper data types 07a13a0 Remove support for Puppet 6 b139344 Bump upper version of puppetlabs-inifile f01191b Update master for stable/2023.1 Diffstat (except docs and test files) ------------------------------------- .pdkignore | 52 ++++++++++++++++++++ manifests/api.pp | 7 +-- manifests/config.pp | 4 +- manifests/db/mysql.pp | 4 +- manifests/deps.pp | 11 ++++- manifests/engine.pp | 7 +-- manifests/event_engine.pp | 7 +-- manifests/execution_expiration_policy.pp | 7 +-- manifests/executor.pp | 15 +++--- manifests/init.pp | 56 +++++++++++++++------- manifests/keystone/auth.pp | 4 +- manifests/policy.pp | 7 ++- metadata.json | 14 +++--- .../notes/remove-puppet-6-b28be43d146e429c.yaml | 4 ++ releasenotes/source/2023.1.rst | 6 +++ releasenotes/source/index.rst | 1 + spec/classes/mistral_init_spec.rb | 28 ++++++----- spec/classes/mistral_policy_spec.rb | 2 + spec/spec_helper.rb | 3 -- 19 files changed, 157 insertions(+), 82 deletions(-)