keystone/keystone
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
..
assignment Rationalize list role assignment routing 2015-11-19 09:13:40 +00:00
auth Move oauth1 extension into core 2015-11-18 15:13:40 +00:00
catalog Move endpoint filter into keystone core 2015-11-18 15:28:41 +00:00
cmd Move federation extension into keystone core 2015-11-18 15:11:30 +00:00
common Move endpoint_filter migrations into keystone core 2015-11-18 15:31:24 +00:00
contrib Move endpoint_filter migrations into keystone core 2015-11-18 15:31:24 +00:00
credential Merge "List credentials by type" 2015-09-04 00:30:18 +00:00
endpoint_policy Merge "Enable try_except_pass Bandit test" 2015-11-06 10:52:00 +00:00
federation Move federation extension into keystone core 2015-11-18 15:11:30 +00:00
identity Merge "change some punctuation marks" 2015-11-14 12:25:31 +00:00
locale Imported Translations from Zanata 2015-11-17 06:29:46 +00:00
middleware Move federation extension into keystone core 2015-11-18 15:11:30 +00:00
models Move federation extension into keystone core 2015-11-18 15:11:30 +00:00
oauth1 Move oauth1 extension into core 2015-11-18 15:13:40 +00:00
policy Fix D208: Docstring over indented. (PEP257) 2015-10-16 17:16:10 +00:00
resource Remove hardcoded LDAP group schema from emulated enabled mix-in 2015-11-13 00:02:31 -05:00
revoke Move revoke extension into core 2015-11-18 15:14:07 +00:00
server Move endpoint filter into keystone core 2015-11-18 15:28:41 +00:00
tests Enable listing of role assignments in a project hierarchy 2015-11-19 08:44:51 +00:00
token Move federation extension into keystone core 2015-11-18 15:11:30 +00:00
trust Merge "Enable try_except_pass Bandit test" 2015-11-06 10:52:00 +00:00
version Move revoke extension into core 2015-11-18 15:14:07 +00:00
__init__.py Revert "Disable eventlet monkey-patching of DNS" 2013-05-10 10:24:48 -04:00
config.py Fix D202: No blank lines after function docstring (PEP257) 2015-10-28 07:25:04 +00:00
exception.py Fix inaccurate debug mode response 2015-11-17 16:49:13 -06:00
i18n.py Change oslo.i18n to oslo_i18n 2015-02-09 18:10:07 -06:00
notifications.py Fix D204: blank line required after class docstring (PEP257) 2015-10-28 07:25:24 +00:00
service.py Create a version package 2015-10-12 23:59:16 +00:00