python-openstackclient/releasenotes/notes/bug-1658582-80a76f6b0af0ca12.yaml
Hongbin Lu 5cf77bb672 Handle 403 error on creating trust
Currently, creating trust requires permission to list roles, but
non-admin users don't have permission to do that by default. This
commit adds exception handling on listing roles, and continue to
create trust if server returns 403.

Closes-Bug: #1658582
Change-Id: I4f016b76cb46ae07ef65ed54780881bbcd6210d3
2017-01-24 01:50:36 +00:00

7 lines
194 B
YAML

---
fixes:
- |
Correctly handle non-admin in ``create trust`` command when looking
up role names.
[Bug `1658582 <https://bugs.launchpad.net/python-openstackclient/+bug/1658582>`_]