ironic-python-agent/releasenotes/notes/enhance-checksum-2256ffdcce13836e.yaml
Kaifeng Wang ec2bf8667d Enhanced checksum support
Adds enhanced checksum support to IPA, when os_hash_algo and os_hash_value
are passed in via image_info, it will be used to calculate image checksum
and verification.

In other cases, the old md5 checksum is used.

Change-Id: I1d2f33e7059910326b4ac3f7786543b333a93a5a
Story: 2003938
Task: 26846
2018-10-15 17:15:38 +08:00

7 lines
280 B
YAML

---
features:
- |
Adds enhanced checksum support to IPA, when ``os_hash_algo`` and
``os_hash_value`` are passed in via ``image_info``, it will be used
for image checksum calculation and verification. The md5 checksum
is supported if these information are absent.