python-openstackclient/releasenotes/notes/add-missing-trust-list-opts-500fd1e4c14e1504.yaml
Nicolas Belouin 64e4520b2a Add trustor and trustee filtering to trusts list
The keystone API supports filtering trusts by trustor and/or
trustee.

Also adds a shortcut parameter to get trusts with current
user as trustee or trustor.

Signed-off-by: Nicolas Belouin <nicolas.belouin@gandi.net>
Change-Id: I00ed2b68cf8ada214a59f640f4f0a5c9dbc37063
2022-04-12 06:26:18 +00:00

10 lines
339 B
YAML

---
features:
- |
Add missing ``--trustee``, ``--trustee-domain``, ``--trustor``,
``--trustor-domain`` options to ``trust list`` command, to allow
filtering trusts by trustee and trustor.
- |
Add ``--authuser`` option to ``trust list`` command, to allow
displaying only trusts related to current authenticated user