keystone/keystone/token
Morgan Fainberg 6f1079586e Do not call `to_dict` outside of a session context
Do not call `to_dict` outside of a session context as if to_dict
interacts with lazy-loaded relationships it can cause errors. For
the most part these are edge-cases and unlikely to happen.

A couple FIXMEs were added to restructure the calls to allow for
`to_dict` to be moved into a method that will act within a session
context.

Change-Id: I769c2cdea1b08a780093d27cdc70bce9f004017b
2017-01-25 06:12:20 +00:00
..
persistence Do not call `to_dict` outside of a session context 2017-01-25 06:12:20 +00:00
providers Fix issues with keystone-dsvm-py35-functional-v3-only on py35 2017-01-05 21:59:57 +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 Move V2TokenDataHelper to the v2.0 controller 2016-12-08 22:57:45 +00:00
provider.py Merge "Invalidate token cache after token delete" 2016-12-20 21:29:09 +00:00
routers.py HEAD responses should return same status as GET 2014-07-08 22:37:44 -07:00