keystone/keystone/contrib/ec2
Morgan Fainberg ac31133fba Consolidate `assert_XXX_enabled` type calls to managers
There are multiple implementations of the various assert_XXX_enabled
methods. These have been consolidated to rely on the appropriate
manager objects (e.g. domain uses assignment_api, user now uses
identity_api).

``keystone.token.core.validate_auth_info`` has been deprecated
with no plans to be superseded as the new ``assert_XXXX_enabled``
methods now cover the functionality.

This is another step in the process to deprecate the functionality
from the token_api (and move relevant logic either the
token provider or other relevant locations).

Change-Id: I450daaca946e9695ff30e058adecef6ef0b9058a
bp: non-persistent-tokens
2014-07-18 10:44:52 -07:00
..
__init__.py Safer noqa handling 2014-03-27 18:52:07 -05:00
controllers.py Consolidate `assert_XXX_enabled` type calls to managers 2014-07-18 10:44:52 -07:00
core.py Remove vim header 2014-02-08 23:54:04 +08:00
routers.py Implement V3 Specific Version of EC2 Contrib 2014-02-27 16:33:34 -08:00