keystone/keystone/token
Raildo Mascena 058ea42624 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
(cherry picked from commit 0b5c5c03ec)
2017-07-11 12:37:24 -03:00
..
persistence Fixing flushing tokens workflow 2017-07-11 12:37:24 -03:00
providers Use issued_at in fernet token provider 2016-09-12 16:40:44 +00:00
__init__.py Remove exposure of routers at package level 2015-12-03 15:06:56 -03:00
_simple_cert.py Replace keystone.common.config with keystone.conf package 2016-06-24 17:02:15 +00:00
controllers.py Use quotes consistently in token controller 2016-07-26 17:04:35 +00:00
provider.py Consistently round down timestamps 2016-09-12 16:16:29 +00:00
routers.py HEAD responses should return same status as GET 2014-07-08 22:37:44 -07:00
utils.py Replace keystone.common.config with keystone.conf package 2016-06-24 17:02:15 +00:00