puppet-heat 23.0.0 (bobcat)
We are psyched to announce the release of: puppet-heat 23.0.0: Puppet module for OpenStack Heat This release is part of the bobcat release series. The source is available from: https://opendev.org/openstack/puppet-heat Download the package from: https://tarballs.openstack.org/puppet-heat/ Please report issues through: https://bugs.launchpad.net/puppet-heat/+bugs For more details, please see below. Changes in puppet-heat 22.0.0..23.0.0 ------------------------------------- 02599a4 Remove usage of deleted manifest_dir 38d4282 Prepare 2023.2 release 91e03ac Bump upper version of stdlib 638aff2 RabbitMQ: Add support for quorum queue options 57f2f33 Do not restart services after policy file changes 190063f Exclude release note files 782dd2a Add .pdkignore to exclude some files from tar ball ae4cce7 Remove strict validation of enable_stack_adopt/abandon 16bb173 Ensure purge_config takes a boolean value cda6744 authtoken: Make password required c62209b Validate status of cron resource 41dae27 Add per module policy service refresh 43384d0 Remove deprecated client parameters 3021cd9 replace validate_legacy with proper data types 72a1d7e Remove support for Puppet 6 da923f2 Do not autocomplete heat::trustee class ef3d05c Bump upper version of puppetlabs-inifile 671bff9 Update master for stable/2023.1 Diffstat (except docs and test files) ------------------------------------- .pdkignore | 52 ++++++++++ manifests/api.pp | 24 ++--- manifests/api_cfn.pp | 24 ++--- manifests/clients.pp | 4 +- manifests/clients/heat.pp | 4 +- manifests/config.pp | 7 +- manifests/cron/purge_deleted.pp | 28 +++--- manifests/db.pp | 3 +- manifests/db/mysql.pp | 4 +- manifests/deps.pp | 4 +- manifests/engine.pp | 23 ++--- manifests/init.pp | 95 ++++++++--------- manifests/keystone/auth.pp | 4 +- manifests/keystone/auth_cfn.pp | 4 +- manifests/keystone/authtoken.pp | 13 +-- manifests/policy.pp | 7 +- manifests/trustee.pp | 37 ++----- manifests/wsgi/apache_api_cfn.pp | 2 - metadata.json | 14 +-- .../cleanup-client-opts-1e100ddfc6302731.yaml | 7 ++ .../rabbit-quorum-queue-1d23361d4b7c69cf.yaml | 4 + .../notes/remove-puppet-6-4b3d8d7b44255e60.yaml | 4 + .../notes/trustee-cleanup-3c8704e9a67ed03b.yaml | 6 ++ releasenotes/source/2023.1.rst | 6 ++ releasenotes/source/index.rst | 1 + spec/classes/heat_cron_purge_deleted_spec.rb | 10 -- spec/classes/heat_init_spec.rb | 112 +++++++-------------- spec/classes/heat_policy_spec.rb | 2 + spec/classes/heat_trustree_spec.rb | 44 -------- spec/spec_helper.rb | 1 - 30 files changed, 230 insertions(+), 320 deletions(-)
participants (1)
-
no-reply@openstack.org