summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorBrian Rosmaita <rosmaita.fossdev@gmail.com>2018-08-21 15:08:56 -0400
committerBrian Rosmaita <rosmaita.fossdev@gmail.com>2019-01-17 14:22:48 -0500
commit4511a445d010345c2bbd41bec303fe6df6312f3c (patch)
tree714187bae0722bea5f7e472c33e33c0433e0cabb /releasenotes
parentc4c92ecb51f4a7b93c1a84d5084006fed15c6945 (diff)
downloadpython-glanceclient-4511a445d010345c2bbd41bec303fe6df6312f3c.tar.gz
Add image-list filter for multihash
This was missed when multihash support was added to the glanceclient. The os_hash_value is an indexed field in the API. Includes a release note. Closes-bug: #1788271 Change-Id: Ibfe28b8c644967b7e0295dfd3f55c3ae1b0cbb2d
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/multihash-filter-ef2a48dc48fae9dc.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/releasenotes/notes/multihash-filter-ef2a48dc48fae9dc.yaml b/releasenotes/notes/multihash-filter-ef2a48dc48fae9dc.yaml
new file mode 100644
index 0000000..6bb22aa
--- /dev/null
+++ b/releasenotes/notes/multihash-filter-ef2a48dc48fae9dc.yaml
@@ -0,0 +1,13 @@
+---
+features:
+ - |
+ For parity with the old ``checksum`` field, this release adds the
+ ability for CLI users to filter the image list based upon a particular
+ multihash value using the ``--hash <HASH_VALUE>`` option. Issue the
+ command:
+
+ .. code-block:: none
+
+ glance help image-list
+
+ for more information.