keystone/keystone/assignment
Henry Nash ffc97c0735 Rationalize list role assignment routing
The v3 role assignment controller was created as a standard
controller even though it only supports the list method. This means
not only do we have code stubs that are unused, but this will
complicate the addition of separate entry points for listing role
assignments for a tree in the follow on patch.

This patch, therfore, rationalizes the routes so that this
is set up for just the list method, and removes the unused code
stubs.

Implements: bp list-assignment-subtree
Change-Id: I0c03accecdcf1608b50ad6b130c8a49d8a9b5b42
2015-11-19 09:13:40 +00:00
..
backends Merge "change some punctuation marks" 2015-11-14 12:25:31 +00:00
role_backends Enable try_except_pass Bandit test 2015-10-15 12:56:35 -05:00
__init__.py Safer noqa handling 2014-03-27 18:52:07 -05:00
controllers.py Rationalize list role assignment routing 2015-11-19 09:13:40 +00:00
core.py Enable listing of role assignments in a project hierarchy 2015-11-19 08:44:51 +00:00
routers.py Rationalize list role assignment routing 2015-11-19 09:13:40 +00:00
schema.py Split the assignments controller 2015-02-10 14:34:42 +00:00