keystone/keystone/common
Jamie Lennox d23bfc04a6 Remove get_trust_id_for_request function
This function tries to determine the current trust_id by looking up the
auth_context's token model. If this information was available it would
have been put on the request.context object so we can use that instead.

Change-Id: I7ce33b30f220be619c638c77eeb76503f1af79a7
2016-07-14 19:01:42 +10:00
..
cache Replace keystone.common.config with keystone.conf package 2016-06-24 17:02:15 +00:00
kvs Replace keystone.common.config with keystone.conf package 2016-06-24 17:02:15 +00:00
ldap Isolate common ldap code to the identity backend 2016-05-21 20:57:09 -07:00
sql PCI-DSS Disable inactive users requirements 2016-06-28 19:45:06 +00:00
validation Remove validated decorator 2016-07-08 20:23:31 +00: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
context.py Handle more auth information via context 2016-07-13 17:14:46 +10:00
controller.py Require auth_context middleware in the pipeline 2016-07-13 17:14:46 +10:00
dependency.py Fix D401 PEP8 violation. 2016-04-14 20:08:52 +00:00
driver_hints.py /services?name=<name> API fails when using list_limit 2016-06-21 14:22:19 -07: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 Correct reraising of exception 2016-07-07 12:18:38 +08:00
profiler.py Replace keystone.common.config with keystone.conf package 2016-06-24 17:02:15 +00:00
request.py Require auth_context middleware in the pipeline 2016-07-13 17:14:46 +10:00
router.py Implement HEAD method for all v3 GET actions 2016-03-22 10:27:53 -07:00
tokenless_auth.py Replace keystone.common.config with keystone.conf package 2016-06-24 17:02:15 +00:00
utils.py Replace keystone.common.config with keystone.conf package 2016-06-24 17:02:15 +00:00
wsgi.py Remove get_trust_id_for_request function 2016-07-14 19:01:42 +10:00