python-openstackclient/releasenotes/notes/bug-1698742-66d9d4e6c7ad274a.yaml
nidhimittalhada bca8d57eb3 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
2017-07-12 22:50:17 +00:00

7 lines
213 B
YAML

---
features:
- |
Add ``--name`` and ``--status`` options to ``image list`` command
to filter images based on name and status respectively.
[Bug `1698742 <https://bugs.launchpad.net/bugs/1698742>`_]