[release-announce] puppet-magnum 18.1.0 (wallaby)

no-reply at openstack.org no-reply at openstack.org
Mon Jan 18 22:15:26 UTC 2021


We are gleeful to announce the release of:

puppet-magnum 18.1.0: Puppet module for Magnum

This release is part of the wallaby release series.

The source is available from:

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

Download the package from:

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

Please report issues through:

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

For more details, please see below.

18.1.0
^^^^^^


New Features
************

* Added global quota configuration parameter
  "max_clusters_per_project" to configure the
  "quotas/max_clusters_per_project" setting.

* Added new "magnum::quota" class for above and future magnum
  quotas.

* Adds db_sync_timeout parameter to db sync.

* The new "magnum::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.

Changes in puppet-magnum 18.0.0..18.1.0
---------------------------------------

0cb66f2 Prepare Wallaby M1
0d0db77 Allow db sync timeouts to be configurable
c610a97 Replace deprecated UPPER_CONSTRAINTS_FILE variable
eab05be Add support for the keystone_authtoken/service_type parameter
219fd26 Deprecate allow_insecure_clients option
82cb150 Added a class for managing quotas
74720c2 Fix outdated files


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

manifests/db/sync.pp                               | 12 ++++--
manifests/init.pp                                  | 49 ++++++++++++----------
manifests/keystone/authtoken.pp                    |  7 ++++
manifests/quota.pp                                 | 18 ++++++++
metadata.json                                      | 10 ++---
.../add-quota_parameters-31a5e7d20fb98c85.yaml     |  5 +++
.../add_db_sync_timeout-92fbab2e36a7baa2.yaml      |  3 ++
...w_insecure_clients-option-974063e837f1b85f.yaml |  4 ++
...ne-authtoken-service_type-842f4de26ec9b00e.yaml |  5 +++
spec/classes/magnum_db_sync_spec.rb                |  7 +++-
spec/classes/magnum_init_spec.rb                   |  2 -
spec/classes/magnum_keystone_authtoken_spec.rb     |  2 +
spec/classes/magnum_quota_spec.rb                  | 47 +++++++++++++++++++++
tox.ini                                            |  2 +-
14 files changed, 139 insertions(+), 34 deletions(-)







More information about the Release-announce mailing list