[release-announce] puppet-manila 16.4.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Mon Nov 29 11:31:02 UTC 2021


We eagerly announce the release of:

puppet-manila 16.4.0: Puppet module for OpenStack Manila

This release is part of the ussuri stable release series.

The source is available from:

    https://opendev.org/openstack/puppet-manila

Download the package from:

    https://tarballs.openstack.org/puppet-manila/

Please report issues through:

    https://bugs.launchpad.net/puppet-manila/+bugs

For more details, please see below.

16.4.0
^^^^^^

New Features

* The new "manila::cron::db_purge" class has been added. This class
  can be used to set up cron job to purge soft-deleted records from
  database.

* The new "manila::keystone::authtoken::interface" parameter has
  been added, which can be used to set the interface parameter in
  authtoken middleware.

Changes in puppet-manila 16.3.0..16.4.0
---------------------------------------

059744c Prepare the final stable/ussuri release
6e1a3bd Set fixture paths for unit tests
f4ee768 Add support for db purge cron job
1625327 Add support for the interface parameter in authtoken middleware
a307316 Use common class to manage apache service in beaker job
d305361 Add CentOS8 to nodesets
93646ef Expose vhost_custom_fragment
e07189f Switch to Ussuri
0ec7541 Update TOX_CONSTRAINTS_FILE for stable/ussuri
b3c4f39 Update .gitreview for stable/ussuri


Diffstat (except docs and test files)
-------------------------------------

.gitreview                                         |  1 +
Gemfile                                            |  1 +
manifests/cron/db_purge.pp                         | 89 ++++++++++++++++++++++
manifests/keystone/authtoken.pp                    |  7 ++
manifests/wsgi/apache.pp                           |  9 ++-
metadata.json                                      | 10 +--
.../notes/cron-db_purge-749e862ad2d40647.yaml      |  5 ++
...stone-authtoken-interface-a8c03fe93a850caa.yaml |  5 ++
spec/acceptance/basic_manila_spec.rb               |  5 ++
spec/acceptance/nodesets/nodepool-centos8.yml      | 10 +++
spec/classes/manila_cron_db_purge_spec.rb          | 65 ++++++++++++++++
spec/classes/manila_keystone_authtoken_spec.rb     |  3 +
spec/classes/manila_wsgi_apache_spec.rb            |  4 +-
spec/spec_helper.rb                                |  5 ++
tox.ini                                            |  2 +-
15 files changed, 213 insertions(+), 8 deletions(-)







More information about the Release-announce mailing list