[puppet] puppet-keystone 11.1.0 (pike)
We joyfully announce the release of: puppet-keystone 11.1.0: Puppet module for OpenStack Keystone This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/puppet-keystone/ For more details, please see below. 11.1.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 11.0.0..11.1.0 ----------------------------------------- 488a91f Drop -dev in preparation for Pike M2 22dce50 Fix unit test 0f979bc oslo policy: check puppet resource instead of actual config in spec 5fb6cce Update tox configuration 5401a0f Bump modules to next minor with -dev f694b55 Change keystone token flush to run hourly 62e59cc Add the setting log level bce06b2 Run token flush cron job twice a day Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 - Gemfile | 4 +--- bindep.txt | 11 +++++++++++ manifests/cron/token_flush.pp | 4 ++-- manifests/db/sync.pp | 1 + metadata.json | 6 +++--- releasenotes/notes/hourly-token-flush-175800b7f614f26e.yaml | 7 +++++++ releasenotes/source/conf.py | 4 ++-- spec/acceptance/keystone_federation_identity_provider_spec.rb | 2 +- spec/acceptance/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_db_spec.rb | 3 +-- spec/classes/keystone_db_sync_spec.rb | 2 ++ spec/classes/keystone_policy_spec.rb | 4 +++- tox.ini | 3 +++ 16 files changed, 41 insertions(+), 19 deletions(-)
participants (1)
-
no-reply@openstack.org