python-openstackclient/releasenotes/notes/bug-1658189-d2b390ad74c96c79.yaml
David Rabel 0ad6b6b2e0 Use _get_token_resource in role assignment list
If project matches the project from access token,
we do not have to send an API request to /projects?name=...,
because the project ID is already known.
This API request may require additional permissions, so
we want to avoid it, if possible.

Change-Id: Ice1af8686bceea6b67229dcab7cf82eef821163e
Closes-Bug: #1658189
2017-05-23 17:16:41 +02:00

7 lines
243 B
YAML

---
fixes:
- |
Make ``role assignment list`` callable without administrator permissions
if restricted to own project with ``--project`` parameter.
[Bug `1658189 <https://bugs.launchpad.net/python-openstackclient/+bug/1658189>`_]