Merge "Run token flush cron job hourly by default"

This commit is contained in:
Jenkins 2017-04-18 20:55:04 +00:00 committed by Gerrit Code Review
commit d79d1ef7ac
2 changed files with 8 additions and 1 deletions

View File

@ -127,7 +127,7 @@ parameters:
type: comma_delimited_list
description: >
Cron to purge expired tokens - Hour
default: '0'
default: '*'
KeystoneCronTokenFlushMonthday:
type: comma_delimited_list
description: >

View File

@ -0,0 +1,7 @@
---
fixes:
- The token flush cron job has been modified to run hourly 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.