We are thrilled to announce the release of: puppet-vitrage 6.4.0: Puppet module for OpenStack Vitrage This release is part of the ussuri stable release series. The source is available from: https://opendev.org/openstack/puppet-vitrage Download the package from: https://tarballs.openstack.org/puppet-vitrage/ Please report issues through: https://bugs.launchpad.net/puppet-vitrage/+bugs For more details, please see below. 6.4.0 ^^^^^ New Features * The new "vitrage::keystone::authtoken::interface" parameter has been added, which can be used to set the interface parameter in authtoken middleware. Changes in puppet-vitrage 6.3.0..6.4.0 -------------------------------------- 02298cd Prepare the final stable/ussuri release 23e9285 Set fixture paths for unit tests acfbdd6 Add support for the interface parameter in authtoken middleware ab632d9 Fix wsgi script path in CentOS8 96ccf45 Remove outdated workaround in beaker test d990be2 Add CentOS8 to nodesets ea309b7 Use common class to manage apache service in beaker job 811ef83 Switch to Ussuri 4ee175e Update TOX_CONSTRAINTS_FILE for stable/ussuri 1e9c68f Update .gitreview for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + Gemfile | 1 + manifests/keystone/authtoken.pp | 7 +++++ manifests/params.pp | 3 ++- metadata.json | 8 +++--- ...stone-authtoken-interface-88956fcd6ff1ca54.yaml | 5 ++++ spec/acceptance/nodesets/nodepool-centos8.yml | 10 +++++++ spec/acceptance/vitrage_wsgi_apache_spec.rb | 7 +---- spec/classes/vitrage_keystone_authtoken_spec.rb | 3 +++ spec/classes/vitrage_wsgi_apache_spec.rb | 31 +++++++++++++++++----- spec/spec_helper.rb | 5 ++++ tox.ini | 2 +- 12 files changed, 64 insertions(+), 19 deletions(-)