keystone/keystone/assignment
Jamie Lennox 3dd17505d0 Pass request to build_driver_hints
Pass the request object through to the build_driver_hints function so
that it can use request.params instead of context.query_string.

This shows the problem with the domain_id filter in list roles. For
whatever reason the driver doesn't filter on domain_id=None by default
so we need to add this filter manually. Because we can no longer
influence the query string we add it to the hints object directly if the
param is not set.

Change-Id: I732c603a24f6b884820ee6837d4c0f752d77987d
2016-07-07 13:48:55 +10:00
..
V8_backends Replace keystone.common.config with keystone.conf package 2016-06-24 17:02:15 +00:00
V8_role_backends Move the assignment abstract base class out of core 2016-05-11 17:14:04 +00:00
backends Replace keystone.common.config with keystone.conf package 2016-06-24 17:02:15 +00:00
role_backends Remove unused LOG 2016-07-05 15:05:24 +08:00
__init__.py Remove exposure of routers at package level 2015-12-03 15:06:56 -03:00
controllers.py Pass request to build_driver_hints 2016-07-07 13:48:55 +10:00
core.py Replace keystone.common.config with keystone.conf package 2016-06-24 17:02:15 +00:00
routers.py Fix nits related to the new keystone.conf package 2016-06-24 20:12:14 +00:00
schema.py Split the assignments controller 2015-02-10 14:34:42 +00:00