We are overjoyed to announce the release of: puppet-cinder 15.0.0: Puppet module for OpenStack Cinder This release is part of the train release series. The source is available from: https://opendev.org/openstack/puppet-cinder Download the package from: https://tarballs.openstack.org/puppet-cinder/ Please report issues through: https://bugs.launchpad.net/puppet-cinder/+bugs For more details, please see below. 15.0.0 ^^^^^^ New Features ************ * Add the log_file option for logging. * Add new parameter cinder::backend::pure::image_volume_cache_enabled Allows setting of the image_volume_cache_enabled option on the managed Cinder backend for PureStorage. The option defaults to True if unset. Upgrade Notes ************* * The default value of cinder::nova::project_name is changed from 'service' to 'services'. Deprecation Notes ***************** * database_idle_timeout is deprecated and will be removed in a future release. Please use database_connection_recycle_time instead. Changes in puppet-cinder 14.4.0..15.0.0 --------------------------------------- 05cc781 Consistent project name fd024ca Fix client spec test f667869 Port puppet-cinder-tripleo-standalone to os_tempest a933deb Deprecate idle_timeout option 268fa76 Move to opendev 7adb276 Fix Repository ecfd9b4 Replace git.openstack.org with opendev.org/openstack 451778b OpenDev Migration Patch db8f03a Add Beaker-Rspec to the table of contents ce80da2 Bump version for the start of Train ab3e935 Update master for stable/stein ce6682d Fix path for cinder-manage f4c9e35 Add sleep in cinder cron jobs Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .zuul.yaml | 9 +-- Gemfile | 2 +- README.md | 13 +++-- manifests/cron/db_purge.pp | 17 +++++- manifests/db.pp | 65 +++++++++++++--------- manifests/db/sync.pp | 2 +- manifests/nova.pp | 4 +- metadata.json | 10 ++-- .../consistent-project-name-769987b2337a8434.yaml | 5 ++ ...te_idle_timeout_parameter-9c3ffa59d2ddb8b3.yaml | 4 ++ releasenotes/source/index.rst | 1 + releasenotes/source/stein.rst | 6 ++ spec/classes/cinder_client_spec.rb | 1 + spec/classes/cinder_cron_db_purge_spec.rb | 21 +++++++ spec/classes/cinder_db_spec.rb | 54 +++++++++--------- spec/classes/cinder_db_sync_spec.rb | 4 +- spec/classes/cinder_nova_spec.rb | 2 +- tox.ini | 2 +- 19 files changed, 145 insertions(+), 79 deletions(-)
participants (1)
-
no-reply@openstack.org