aboutsummaryrefslogtreecommitdiffstats
path: root/puppet
diff options
context:
space:
mode:
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>2017-04-12 14:31:53 +0300
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>2017-04-18 10:30:07 +0000
commit65e643aca2202f031db94f1ccd3d44e195e5e772 (patch)
treea707e1055a5813fdca955b556efeb148530b5466 /puppet
parentdf36f221dd402a5b93585a6851fb1eb43de91967 (diff)
Run token flush cron job hourly by default
Running this job once a day has proven problematic for large deployments as seen in the bug report. Setting it to run hourly would be an improvement to the current situation, as the flushes wouldn't need to process as much data. Note that this only affects people using UUID as the token provider. Change-Id: I462e4da2bfdbcba0403ecde5d613386938e2283a Related-Bug: #1649616
Diffstat (limited to 'puppet')
-rw-r--r--puppet/services/keystone.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/keystone.yaml b/puppet/services/keystone.yaml
index 7cf638b2..8a0e750d 100644
--- a/puppet/services/keystone.yaml
+++ b/puppet/services/keystone.yaml
@@ -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: >