diff options
| author | nidhimittalhada <nidhimittal19@gmail.com> | 2017-06-19 11:37:12 +0530 |
|---|---|---|
| committer | Steve Martinelli <s.martinelli@gmail.com> | 2017-07-12 22:50:17 +0000 |
| commit | bca8d57eb3963beb74baa5d75e61954c610369d0 (patch) | |
| tree | c6ac58cd564c73095484562780403c41af7a9b2a /doc/source/cli/command-objects/image.rst | |
| parent | 3cba09e767c6af3f715828966f0d0fa21edc00a8 (diff) | |
| download | python-openstackclient-bca8d57eb3963beb74baa5d75e61954c610369d0.tar.gz | |
image-list should support filters 'name','status'
nova api support parameters like 'name', 'server', 'status',
etc in image-list(). So openstackclient should support this too.
DocImpact
Closes-Bug: #1698742
Change-Id: Ice66b409f989e6785aa3b2d42f2fdbf6e23fa0aa
Diffstat (limited to 'doc/source/cli/command-objects/image.rst')
| -rw-r--r-- | doc/source/cli/command-objects/image.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/source/cli/command-objects/image.rst b/doc/source/cli/command-objects/image.rst index 2918452b..92efd0a5 100644 --- a/doc/source/cli/command-objects/image.rst +++ b/doc/source/cli/command-objects/image.rst @@ -209,6 +209,9 @@ List available images [--sort <key>[:<direction>]] [--limit <num-images>] [--marker <image>] + [--name <name>] + [--status <status>] + .. option:: --public @@ -248,6 +251,15 @@ List available images The last image of the previous page. Display list of images after marker. Display all images if not specified. (name or ID) +.. option:: --name <name> + + Filter images based on name + +.. option:: --status <status> + + Filter images based on status + + *Image version 2 only* image remove project |
