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
This commit is contained in:
nidhimittalhada
2017-06-19 11:37:12 +05:30
committed by Steve Martinelli
parent 3cba09e767
commit bca8d57eb3
5 changed files with 80 additions and 0 deletions
doc/source/cli/command-objects
openstackclient
image
tests
functional
unit
releasenotes/notes

@ -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