We are chuffed to announce the release of: puppet-glance 18.1.0: Puppet module for OpenStack Glance This release is part of the wallaby release series. The source is available from: https://opendev.org/openstack/puppet-glance Download the package from: https://tarballs.openstack.org/puppet-glance/ Please report issues through: https://bugs.launchpad.net/puppet-glance/+bugs For more details, please see below. 18.1.0 ^^^^^^ New Features ************ * Adds db_sync_timeout parameter to db sync. * The new "glance::api::authtoken::service_type" parameter has been added to configure the service_type parameter in authtoken middleware. Deprecation Notes ***************** * The following options have been deprecated, as those options have been moved to glance::api::db class. * "glance::api::database_connection" * "glance::api::database_idle_timeout" * "glance::api::database_max_overflow" * "glance::api::database_max_pool_size" * "glance::api::database_max_retries" * "glance::api::database_retry_interval" Changes in puppet-glance 18.0.0..18.1.0 --------------------------------------- 73d1c92 Prepare Wallaby M1 83f9db7 Allow db sync timeouts to be configurable 962d321 Replace deprecated UPPER_CONSTRAINTS_FILE variable bb5bae1 Build containers for single consumer job e971c56 Fix outdated files 10f14f2 Deprecate database options from the glance::api class a608dfe Add support for the keystone_authtoken/service_type parameter 4af7ebd Simplfy logic to generate list opts Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 1 + README.md | 5 +- manifests/api.pp | 110 ++++++++++++--------- manifests/api/authtoken.pp | 7 ++ manifests/db/sync.pp | 8 +- metadata.json | 12 +-- .../add_db_sync_timeout-bdc2f73a51104c30.yaml | 3 + ...eprecate_database_options-9e6b1088d9502480.yaml | 12 +++ ...ne-authtoken-service_type-e22ec47ac8d7f6a0.yaml | 5 + spec/classes/glance_api_authtoken_spec.rb | 3 + spec/classes/glance_db_sync_spec.rb | 5 +- tox.ini | 2 +- 12 files changed, 117 insertions(+), 56 deletions(-)
participants (1)
-
no-reply@openstack.org