[puppet] puppet-keystone 9.6.0 (newton)
We high-spiritedly announce the release of: puppet-keystone 9.6.0: Puppet module for OpenStack Keystone This release is part of the newton release series. Download the package from: https://tarballs.openstack.org/puppet-keystone/ For more details, please see below. 9.6.0 ^^^^^ Bug Fixes * The token flush cron job has been modified to run every hour instead of once a day. This is because this was causing issues with larger deployments, as the operation would take too long and sometimes even fail because of the transaction being so large. Note that this only affects people using the UUID token provider. Changes in puppet-keystone 9.5.0..9.6.0 --------------------------------------- 6070eb4 Prepare for Newton post release a5f5602 Run puppet-openstack-beaker-jobs 20c033f [newton] Add Puppet package to bindep, for module build c1bda5f Change keystone token flush to run hourly 85f1c54 Remove unnecessary dependency from mod::ssl to conf directory e667a45 Fix shibboleth tests 1841d11 Ensures $keystone_wsgi_script_path right permissions. f444d8d Federation shibboleth - spec test wrong filename + typos b125bac Federation openidc - spec test wrong filename + typos d4bf4ba Federation mellon - spec test wrong filename + typos Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 7 + bindep.txt | 1 + manifests/cron/token_flush.pp | 4 +- manifests/wsgi/apache.pp | 6 +- metadata.json | 140 +++++++------- .../notes/hourly-token-flush-175800b7f614f26e.yaml | 7 + releasenotes/source/conf.py | 4 +- .../keystone_federation_identity_provider_spec.rb | 2 +- .../keystone_federation_shibboleth_spec.rb | 2 +- spec/acceptance/keystone_wsgi_apache_spec.rb | 2 +- spec/classes/keystone_cron_token_flush_spec.rb | 4 +- spec/classes/keystone_federation_mellon.rb | 116 ------------ spec/classes/keystone_federation_mellon_spec.rb | 115 ++++++++++++ spec/classes/keystone_federation_openidc.rb | 106 ----------- spec/classes/keystone_federation_openidc_spec.rb | 119 ++++++++++++ spec/classes/keystone_federation_shibboleth.rb | 114 ------------ .../classes/keystone_federation_shibboleth_spec.rb | 205 +++++++++++++++++++++ 17 files changed, 534 insertions(+), 420 deletions(-)
participants (1)
-
no-reply@openstack.org