We high-spiritedly announce the release of: puppet-keystone 18.3.0: Puppet module for OpenStack Keystone This release is part of the wallaby release series. The source is available from: https://opendev.org/openstack/puppet-keystone Download the package from: https://tarballs.openstack.org/puppet-keystone/ Please report issues through: https://bugs.launchpad.net/puppet-keystone/+bugs For more details, please see below. 18.3.0 ^^^^^^ New Features ************ * Add TLS options to oslo.cache * The new "keystone::healthcheck" class has been added. This class manages parameters of healthcheck middlware in oslo_middleware. Upgrade Notes ************* * Now policy.yaml is used by default instead of policy.json. Changes in puppet-keystone 18.2.0..18.3.0 ----------------------------------------- 351d69d Prepare Wallaby M3 b4e4867 Add support for healthcheck middleware options 7ae8aa3 Add TLS options to oslo.cache 82b7d7e Use yaml instead of json for policy file Diffstat (except docs and test files) ------------------------------------- manifests/cache.pp | 43 +++++++++++++++++ manifests/healthcheck.pp | 41 ++++++++++++++++ manifests/policy.pp | 13 ++--- metadata.json | 6 +-- .../notes/add_tls_options-8ed38a82af2f378f.yaml | 4 ++ .../notes/healthcheck-9a97094f6aeed70a.yaml | 5 ++ ...-format-from-json-to-yaml-be47196f7a608760.yaml | 4 ++ spec/classes/keystone_cache_spec.rb | 15 ++++++ spec/classes/keystone_healthcheck_spec.rb | 55 ++++++++++++++++++++++ spec/classes/keystone_policy_spec.rb | 13 ++--- 10 files changed, 184 insertions(+), 15 deletions(-)