keystone/keystone/token/persistence
Haneef Ali 171f0e2193 Fix 500 error when no fernet token is passed
Keystone returns internal server error if the
user doesn't send any token. This happens only for
fernet token. This review returns 401 if the token
is not passed. Logic is moved from provider to
controller layer.

Since the logic has movoed to controller, some
of code which directly checks for no token in
the provider and their corresponding  tests
has been removed from the token providers
as they are redundant.

Closes-Bug: 1526976

Change-Id: I0b6b0c48d6c841f996d1b8711d6c343ddfd5d945
2015-12-22 21:05:37 -08:00
..
backends Fix D202: No blank lines after function docstring (PEP257) 2015-10-28 07:25:04 +00:00
__init__.py Make __all__ immutable 2015-09-30 21:54:50 +00:00
core.py Fix 500 error when no fernet token is passed 2015-12-22 21:05:37 -08:00