diff options
| author | Zuul <zuul@review.openstack.org> | 2018-06-29 02:47:41 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2018-06-29 02:47:41 +0000 |
| commit | 7d7a429685ccca121304f1492da973a604a45788 (patch) | |
| tree | c80fc62754442edcf010b6cbb51be617de638172 /doc/source/cli/command-objects | |
| parent | 3493948d13aadd1a329b37eb8fafb731b1f5c6a7 (diff) | |
| parent | 9edbab8c90bb74ba12892d0c77c8e8a99d4868fe (diff) | |
| download | python-openstackclient-7d7a429685ccca121304f1492da973a604a45788.tar.gz | |
Merge "Add ability to filter image list by tag"
Diffstat (limited to 'doc/source/cli/command-objects')
| -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 f0b5bfaa..a09a8d9f 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>] + [--tag <tag>] [--long] [--sort <key>[:<direction>]] [--limit <num-images>] @@ -244,6 +245,12 @@ List available images *Image version 2 only* +.. option:: --tag <tag> + + Filter images based on tag + + *Image version 2 only* + .. option:: --long List additional fields in output |
