keystone/releasenotes/notes/bug-1649616-b835d1dac3401e8c.yaml
Raildo Mascena 0b5c5c03ec Fixing flushing tokens workflow
During a backport patch [0] for this fix
it was found some problems in the previous
approach like, It didn't enabled back the
session.autocommit. Another comment was we should
create a new session and commit on it instead of
disable/enable autocommit.

After this, we should backport this change in order
to fix the previous releases, instead of the other
one.

[0] https://review.openstack.org/#/c/469514

Change-Id: Ifc024ba0e86bb71f4ab8b019917782bc5bf3be7a
Closes-Bug: #1649616
2017-07-10 17:10:38 -03:00

7 lines
189 B
YAML

---
fixes:
- |
[`bug 1689616 <https://bugs.launchpad.net/keystone/+bug/1649616>`_]
Significant improvements have been made when performing a token flush
on massive data sets.