diff options
| author | Zuul <zuul@review.opendev.org> | 2022-09-30 12:23:14 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2022-09-30 12:23:14 +0000 |
| commit | 26946d56703300bcaf636e4ddca8d879c3a50ae9 (patch) | |
| tree | 136a40fdae2166d2f1417faf3b05b1864d3d362d /releasenotes/notes | |
| parent | 5043626c8043f35f6a044f1b0845fcd45eaa8775 (diff) | |
| parent | 64e4520b2a79b9046a791f5e3729f5cbfc2d3fa5 (diff) | |
| download | python-openstackclient-26946d56703300bcaf636e4ddca8d879c3a50ae9.tar.gz | |
Merge "Add trustor and trustee filtering to trusts list"
Diffstat (limited to 'releasenotes/notes')
| -rw-r--r-- | releasenotes/notes/add-missing-trust-list-opts-500fd1e4c14e1504.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/add-missing-trust-list-opts-500fd1e4c14e1504.yaml b/releasenotes/notes/add-missing-trust-list-opts-500fd1e4c14e1504.yaml new file mode 100644 index 00000000..8918dd87 --- /dev/null +++ b/releasenotes/notes/add-missing-trust-list-opts-500fd1e4c14e1504.yaml @@ -0,0 +1,9 @@ +--- +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 |
