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
This commit is contained in:
Brian Rosmaita
2018-08-21 15:08:56 -04:00
parent c4c92ecb51
commit 4511a445d0
4 changed files with 85 additions and 1 deletions
@@ -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.