keystone/keystone/common
Jamie Lennox fcd6644473 Replace context building with a request object
First step to using a sane request object everywhere is to make a
request that has the old context dict available. This way we can still
use the old context dict just refer to it via the request object.

Change-Id: Ibcd64791ba52c550b555a007feb847a068da2299
2016-05-19 23:14:50 +10:00
..
cache Set the values for the request_local_cache 2016-04-12 02:48:54 -07:00
kvs Deprecate keystone.common.kvs 2016-05-12 23:30:15 -07:00
ldap Fixing D105, D203, and D205 PEP257 2016-05-03 20:44:14 +00:00
sql Drop the (unused) domain table 2016-05-13 18:10:38 +01:00
validation Improve error message for schema validation 2016-03-29 17:00:30 -07:00
__init__.py establish basic structure 2012-01-18 20:06:27 -08:00
authorization.py Add is_domain in token response 2016-05-11 21:32:39 +00:00
clean.py move clean.py into keystone/common 2015-07-18 23:32:08 -07:00
config.py Merge "add missing deprecation reason for eventlet option" 2016-04-20 02:02:52 +00:00
controller.py update deprecation warning for falling back to default domain 2016-04-19 14:15:05 +00:00
dependency.py Fix D401 PEP8 violation. 2016-04-14 20:08:52 +00:00
driver_hints.py Fix D401 PEP8 violation. 2016-04-14 20:08:52 +00:00
extension.py Fix D202: No blank lines after function docstring (PEP257) 2015-10-28 07:25:04 +00:00
json_home.py Fix D202: No blank lines after function docstring (PEP257) 2015-10-28 07:25:04 +00:00
manager.py Add in TRACE logging for the manager 2016-02-02 08:46:57 -08:00
openssl.py Remove support for generating ssl certs 2016-04-19 08:58:36 -03:00
profiler.py replace logging with oslo.log 2016-05-10 08:42:49 +08:00
request.py Replace context building with a request object 2016-05-19 23:14:50 +10:00
router.py Implement HEAD method for all v3 GET actions 2016-03-22 10:27:53 -07:00
tokenless_auth.py Replace unicode with six.text_type 2016-01-08 23:06:47 +00:00
utils.py Merge "Move the catalog abstract base class and common code out of core" 2016-05-07 05:53:15 +00:00
wsgi.py Replace context building with a request object 2016-05-19 23:14:50 +10:00