We contentedly announce the release of: puppet-keystone 15.1.0: Puppet module for OpenStack Keystone This release is part of the train 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. 15.1.0 ^^^^^^ New Features * Add support to configure *[oslo_middleware]/max_request_body_size* with *$max_request_body_size* in the *keystone::* class. * *memcache_socket_timeout* is changed to float value. * New resource, keystone::resource::service_user, is available to configure Keystone authentication parameters to use service token feature. Changes in puppet-keystone 15.0.0..15.1.0 ----------------------------------------- 31c32e0 oslo middleware: check puppet resource instead of actual config in spec a60980f Manage oslo_middleware/max_request_body_size be06ab4 Change memcache_socket_timeout to a float ea2fce5 Implement resource to configure parameters to use service token 5b5e713 Dont empty out a symlink 7042e21 Prepare Train M2 2969007 Revert "Revert "Remove auth_uri"" Diffstat (except docs and test files) ------------------------------------- manifests/init.pp | 7 ++ manifests/resource/authtoken.pp | 15 +-- manifests/resource/service_user.pp | 108 +++++++++++++++++++++ manifests/wsgi/apache.pp | 5 - metadata.json | 8 +- ...request_body_size-1835161-45ec3b7ab7c40cfa.yaml | 5 + .../memcache_socket_timeout-8f80a6af18dc0844.yaml | 4 + .../notes/remove-auth-uri-9cfa0ed6b68486e4.yaml | 4 + .../notes/service_token-d49c87af77b8c39b.yaml | 5 + spec/classes/keystone_init_spec.rb | 28 ++++-- spec/classes/keystone_wsgi_apache_spec.rb | 3 - spec/defines/keystone_resource_authtoken_spec.rb | 3 + .../defines/keystone_resource_service_user_spec.rb | 97 ++++++++++++++++++ 13 files changed, 258 insertions(+), 34 deletions(-)
participants (1)
-
no-reply@openstack.org