[release-announce] puppet-heat 17.2.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Tue Aug 4 15:31:38 UTC 2020


We are ecstatic to announce the release of:

puppet-heat 17.2.0: Puppet module for OpenStack Heat

This release is part of the victoria 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.

17.2.0
^^^^^^

New Features

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

* It is now possible to configure the max_stacks_per_tenant of heat,
  which by default, is set to 100 in heat. Since 100 stacks per tenant
  can be a way too small in some setups, it is convenient to be able
  to configure this value with puppet.

Changes in puppet-heat 17.1.0..17.2.0
-------------------------------------

d100997 Prepare Victoria M2
bb5555b Change to relative include
e633bc0 Add support for the interface parameter in authtoken middleware
ac5eaeb Add a max_stacks_per_tenant parameter


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

manifests/client.pp                                               | 2 +-
manifests/init.pp                                                 | 7 +++++++
manifests/keystone/authtoken.pp                                   | 7 +++++++
metadata.json                                                     | 8 ++++----
.../notes/keystone-authtoken-interface-fa5844b2d4fc0f86.yaml      | 5 +++++
releasenotes/notes/max_stacks_per_tenant-f87122cc1f6db72b.yaml    | 7 +++++++
spec/classes/heat_init_spec.rb                                    | 4 ++++
spec/classes/heat_keystone_authtoken_spec.rb                      | 3 +++
8 files changed, 38 insertions(+), 5 deletions(-)







More information about the Release-announce mailing list