Reviewed: https://review.opendev.org/c/openstack/glance/+/737735 Committed: https://opendev.org/openstack/glance/commit/3949fc467cccc8396bf92c35dcebe5be84e11281 Submitter: "Zuul (22348)" Branch: master
commit 3949fc467cccc8396bf92c35dcebe5be84e11281 Author: vinay_m <[email protected]> Date: Wed Jun 24 15:28:48 2020 +0530 api-ref needs update about 'checksum' image prop Modified the "Checksum" description as mentioned , it is not computed from victoria release . Closes-Bug: #1875629 Change-Id: Id4299c7e02298157ad88971a78fac72a9f0248d0 ** Changed in: glance Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1875629 Title: api-ref needs update about 'checksum' image property Status in Glance: Fix Released Bug description: A value for the 'checksum' image property will no longer be computed from Victoria onwards. The field itself will remain (so no change in the API response). Current text is: Hash that is used over the image data. The Image service uses this value for verification. The value might be null (JSON null data type). Should change to something like: An MD5 hash over the image data. The value might be null (JSON null data type), as this field is no longer populated by the Image Service beginning with the Victoria release. It remains present for backward compatibility with legacy images. To validate image data, instead use the secure multihash fields ``os_hash_algo`` and ``os_hash_value``. To manage notifications about this bug go to: https://bugs.launchpad.net/glance/+bug/1875629/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

