diff options
| author | Zuul <zuul@review.openstack.org> | 2019-03-07 00:34:17 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2019-03-07 00:34:17 +0000 |
| commit | 8159fc216db779e5f14db24d9224f01265f1c7b2 (patch) | |
| tree | 2131bc2d162abe3988b1482103bf305c611ce472 /doc/source/cli/command-objects/image.rst | |
| parent | 1d16eed45a75957e56908e62e1a0cb899853349b (diff) | |
| parent | 444a40c656b9f6007364ecd3bcf38964bbcd4556 (diff) | |
| download | python-openstackclient-8159fc216db779e5f14db24d9224f01265f1c7b2.tar.gz | |
Merge "Add possibility to filter images using member_status"
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 b6e3594b..459a0770 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 |
