5cf77bb672
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
7 lines
194 B
YAML
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>`_]
|