summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authornidhimittalhada <nidhimittal19@gmail.com>2017-06-19 11:37:12 +0530
committerSteve Martinelli <s.martinelli@gmail.com>2017-07-12 22:50:17 +0000
commitbca8d57eb3963beb74baa5d75e61954c610369d0 (patch)
treec6ac58cd564c73095484562780403c41af7a9b2a /releasenotes
parent3cba09e767c6af3f715828966f0d0fa21edc00a8 (diff)
downloadpython-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 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1698742-66d9d4e6c7ad274a.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1698742-66d9d4e6c7ad274a.yaml b/releasenotes/notes/bug-1698742-66d9d4e6c7ad274a.yaml
new file mode 100644
index 00000000..eb40a41e
--- /dev/null
+++ b/releasenotes/notes/bug-1698742-66d9d4e6c7ad274a.yaml
@@ -0,0 +1,6 @@
+---
+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>`_]