python-openstackclient/openstackclient/identity/v2_0
Henry Nash 713d92df4e Add assignment list to v2 identity and deprecate alternate listing
The current identity role list command (both v2 and v3) is
overloaded with listing roles as well as assignments (if you
provide user, group, project or domain options). This is in
addition to the v3 assignment list command designed for this
purpose.

This overloading complicates the fact that roles can now be
domain specific (i.e. have a domain attribute), so the
command 'role list --domain <domain-name' will soon become
ambigious (this is in a follow on patch).

This patch:

- Adds a v2 assignments list, with support for pulling the
user and project from the auth credentials
- For comapability, adds the same auth support to the
existing v3 assignments list
- Deprecates the use of role list and user role list to list
assignments

Change-Id: I65bafdef4f8c89e863dab101369d0d629fa818b8
Partial-Bug: 1605774
2016-07-22 21:46:29 +00:00
..
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
catalog.py Standardize logger usage of catalog in identity 2016-06-23 08:22:51 +00:00
ec2creds.py Modify some help and error messages in ec2creds identityv2 2016-07-12 15:55:33 +08:00
endpoint.py Support multi-delete for commands in identity V2 2016-06-23 23:57:49 -04:00
project.py Remove execute permission on a few files 2016-07-22 17:38:34 +00:00
role_assignment.py Add assignment list to v2 identity and deprecate alternate listing 2016-07-22 21:46:29 +00:00
role.py Add assignment list to v2 identity and deprecate alternate listing 2016-07-22 21:46:29 +00:00
service.py Support multi-delete for commands in identity V2 2016-06-23 23:57:49 -04:00
token.py osc-lib: command 2016-06-13 11:00:22 -05:00
user.py Remove execute permission on a few files 2016-07-22 17:38:34 +00:00