We joyfully announce the release of: puppet-keystone 19.0.0: Puppet module for OpenStack Keystone This release is part of the xena 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. 19.0.0 ^^^^^^ New Features * There is now a new policy_dirs parameter in the keystone::policy class, so one can set a custom path. * A new class keystone::wsgi::uwsgi exist to allow configuring uwsgi in operating systems that support this (ie: currently Debian). This helps configuring the number of processes, threads and listen socket. Also, a new keystone_wsgi_config provider now exist. Changes in puppet-keystone 18.4.0..19.0.0 ----------------------------------------- 62d556f Get rid of the $pyvers variable f591e24 TripleO: Reduce tempest test scope 1a0fbe3 setup.cfg: Replace dashes with underscores d0c5fed Fix lint errors with the latest lint packages afd8c67 Bump version for the start of Xena 2f1ff7b Fix a typo in file header 0fb47e2 Bump dependency in metadata.json 4fc3eb0 Add support for keystone_uwsgi_config in Debian 2b11575 Update master for stable/wallaby 1fe0e6b Allow to configure policy_dirs Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 3 +- examples/k2k_sp_shib.pp | 2 +- .../provider/keystone_uwsgi_config/ini_setting.rb | 8 +++ lib/puppet/type/keystone_uwsgi_config.rb | 12 ++++ manifests/deps.pp | 5 ++ manifests/healthcheck.pp | 2 +- manifests/params.pp | 15 +++-- manifests/policy.pp | 8 ++- manifests/wsgi/apache.pp | 2 +- manifests/wsgi/uwsgi.pp | 41 ++++++++++++++ metadata.json | 8 +-- .../notes/policy-dirs-3cc292a2be2bd104.yaml | 5 ++ releasenotes/notes/uwsgi-0ba5d20114a3d054.yaml | 7 +++ releasenotes/source/index.rst | 1 + releasenotes/source/wallaby.rst | 6 ++ setup.cfg | 6 +- spec/classes/keystone_client_spec.rb | 10 +--- .../keystone_federation_identity_provider_spec.rb | 10 +--- spec/classes/keystone_ldap_spec.rb | 10 +--- spec/classes/keystone_policy_spec.rb | 2 + spec/classes/keystone_wsgi_uwsgi_spec.rb | 31 +++++++++++ spec/defines/keystone_ldap_backend_spec.rb | 10 +--- .../keystone_uwsgi_config/ini_setting_spec.rb | 57 +++++++++++++++++++ spec/unit/type/keystone_uwsgi_config_spec.rb | 64 ++++++++++++++++++++++ 24 files changed, 268 insertions(+), 57 deletions(-)
participants (1)
-
no-reply@openstack.org