diff options
| author | Artem Goncharov <artem.goncharov@gmail.com> | 2019-02-26 11:13:25 +0100 |
|---|---|---|
| committer | Artem Goncharov <artem.goncharov@gmail.com> | 2019-02-26 11:13:25 +0100 |
| commit | 444a40c656b9f6007364ecd3bcf38964bbcd4556 (patch) | |
| tree | 084765fddbc5d18a5093f384b8c1583779f7a0ad /doc/source/cli/command-objects/image.rst | |
| parent | 0a187905c01f6bc2b9855081ac0042f00715dedf (diff) | |
| download | python-openstackclient-444a40c656b9f6007364ecd3bcf38964bbcd4556.tar.gz | |
Add possibility to filter images using member_status
In order to see image sharing membership it is required to additionally
pass member_status filter to API. Otherwise only those with status 'all'
will be returned. Thus adding possibility to see images shared with
project to be approved or rejected.
Change-Id: Ifd6e13e5a4ef09fbc29e76d464c93fbdbb178ae4
Diffstat (limited to 'doc/source/cli/command-objects/image.rst')
| -rw-r--r-- | doc/source/cli/command-objects/image.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/cli/command-objects/image.rst b/doc/source/cli/command-objects/image.rst index 95486e33..0c5b0333 100644 --- a/doc/source/cli/command-objects/image.rst +++ b/doc/source/cli/command-objects/image.rst @@ -209,6 +209,7 @@ List available images [--property <key=value>] [--name <name>] [--status <status>] + [--member-status <member-status>] [--tag <tag>] [--long] [--sort <key>[:<direction>]] @@ -251,6 +252,12 @@ List available images *Image version 2 only* +.. option:: --member-status <member-status> + + Filter images based on member status + + *Image version 2 only* + .. option:: --tag <tag> Filter images based on tag |
