aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-04-21 09:06:02 +0000
committerGerrit Code Review <review@openstack.org>2017-04-21 09:06:02 +0000
commit8c91f77ca7b80f5d12adb6da921745792dc38a06 (patch)
treea2d7e9ddf6378aca78c2be16bf5e5999649d474a /releasenotes/notes
parent6794e7c5567998d7833733edfbb02ff0a891c563 (diff)
parentc1fc74c0f3a8ba34032ac40ee67ef3bc4b7c9d3e (diff)
Merge "Run token flush cron job hourly by default" into stable/ocata
Diffstat (limited to 'releasenotes/notes')
-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.