We are satisfied to announce the release of: puppet-heat 18.1.0: Puppet module for OpenStack Heat This release is part of the wallaby 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. 18.1.0 ^^^^^^ New Features ************ * Adds db_sync_timeout parameter to db sync. * The new "heat::keystone::authtoken::service_type" parameter has been added to configure the service_type parameter in authtoken middleware. Deprecation Notes ***************** * allow_insecure_clients option is now deprecated for removal, the parameter has no effect. * The following options have been deprecated, as those options have been moved to heat::db class. * "heat::database_connection" * "heat::database_idle_timeout" * "heat::database_max_overflow" * "heat::database_max_pool_size" * "heat::database_max_retries" * "heat::database_retry_interval" * "heat::sync_db" Changes in puppet-heat 18.0.0..18.1.0 ------------------------------------- b8af452 Prepare Wallaby M1 c16009b Allow db sync timeouts to be configurable 6461caa Replace deprecated UPPER_CONSTRAINTS_FILE variable bb28a6a Deprecate allow_insecure_clients option 851cfb4 Fix outdated files 670ea7c Also deprecate the heat::sync_db parameter 6a8e1b1 Deprecate database options from the heat class 27d6be1 Cleanup redundant default 261f4b1 Add support for the keystone_authtoken/service_type parameter Diffstat (except docs and test files) ------------------------------------- manifests/db/sync.pp | 8 +- manifests/init.pp | 144 +++++++++++++-------- manifests/keystone/auth.pp | 2 +- manifests/keystone/authtoken.pp | 7 + metadata.json | 10 +- .../add_db_sync_timeout-830ecd0c0574a659.yaml | 3 + ...w_insecure_clients-option-aa9afdaa7fc9a08c.yaml | 4 + ...eprecate_database_options-466d110ff2e6adde.yaml | 13 ++ ...ne-authtoken-service_type-d652a7ff4a1ff96c.yaml | 5 + spec/classes/heat_db_sync_spec.rb | 7 +- spec/classes/heat_init_spec.rb | 4 - spec/classes/heat_keystone_authtoken_spec.rb | 3 + tox.ini | 2 +- 13 files changed, 146 insertions(+), 66 deletions(-)
participants (1)
-
no-reply@openstack.org