keystone/keystone/policy
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
..
backends Replace keystone.common.config with keystone.conf package 2016-06-24 17:02:15 +00: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 Change the sub-routers to provide JSON Home data 2014-08-26 09:57:15 -05:00
schema.py Implement validation on Policy V3 API 2014-08-31 03:39:49 -04:00