aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-04-18 20:55:04 +0000
committerGerrit Code Review <review@openstack.org>2017-04-18 20:55:04 +0000
commitd79d1ef7ac40915d1d7df769fc7dabf67a3c2aab (patch)
tree1577cb25a2c93e6bf9bf302636a60f98b965c59f /releasenotes
parenta5737beba46d426657aa304ca166c22ecf9a2d53 (diff)
parent65e643aca2202f031db94f1ccd3d44e195e5e772 (diff)
Merge "Run token flush cron job hourly by default"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/token-flush-twice-a-day-d4b00a2953a6b383.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/token-flush-twice-a-day-d4b00a2953a6b383.yaml b/releasenotes/notes/token-flush-twice-a-day-d4b00a2953a6b383.yaml
new file mode 100644
index 00000000..70051f65
--- /dev/null
+++ b/releasenotes/notes/token-flush-twice-a-day-d4b00a2953a6b383.yaml
@@ -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.