Files
python-glanceclient/releasenotes/notes/multihash-filter-ef2a48dc48fae9dc.yaml
T
Brian Rosmaita 4511a445d0 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
2019-01-17 14:22:48 -05:00

14 lines
336 B
YAML

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