keystone/keystone/token
Morgan Fainberg f44da98856 Move token persistence classes to token.persistence module
Create and move all token persistence code to a new token.persistence
module. This allows the token_provider_api to utilize the token
persistence service without introducing circular dependencies. A proxy
class, that will log a deprecation message if instantiated, has been
created for both the token.core.Manager object and token.core.Driver
object. These proxy objects are slated for removal in the K cycle.

Change-Id: Iae1240c6de4382332b967926efe31f5355554f6e
bp: non-persistent-tokens
2014-07-24 16:03:50 -07:00
..
backends Move token persistence classes to token.persistence module 2014-07-24 16:03:50 -07:00
persistence Move token persistence classes to token.persistence module 2014-07-24 16:03:50 -07:00
providers Merge "Fixes a Python3 syntax error" 2014-07-21 18:34:48 +00:00
__init__.py Move token persistence classes to token.persistence module 2014-07-24 16:03:50 -07:00
controllers.py Consolidate `assert_XXX_enabled` type calls to managers 2014-07-18 10:44:52 -07:00
core.py Move token persistence classes to token.persistence module 2014-07-24 16:03:50 -07:00
provider.py Mark the 'check_vX_token' methods deprecated 2014-07-21 21:52:30 +00:00
routers.py HEAD responses should return same status as GET 2014-07-08 22:37:44 -07:00