puppet-keystone/releasenotes/notes/hourly-token-flush-175800b7f614f26e.yaml
Juan Antonio Osorio Robles f694b5551f Change keystone token flush to run hourly
In a recent commit [1] the keystone token flush cron job was changed to
run twice a day. However, this change was not enough for big
deployments.

After getting some customer feedback and looking at what other projects
are doing [2] [3] [4]. It seems that running this job hourly is the way
to go.

[1] Ia0b0fb422318712f4b0f4d023cbb3a61d40bb85d
[2] https://www.ibm.com/support/knowledgecenter/en/SSB27U_6.4.0/com.ibm.zvm.v640.hcpo4/exptoken.htm
[3] https://review.openstack.org/#/c/88670/8
[4] https://github.com/openstack/charm-keystone/blob/master/templates/keystone-token-flush

Change-Id: I6ec7ec8111bd93e5638cfe96189e36f0e0691d65
Related-Bug: #1649616
2017-04-18 13:43:33 +03:00

8 lines
350 B
YAML

---
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.