summaryrefslogtreecommitdiff
path: root/releasenotes/notes/enhance-checksum-2256ffdcce13836e.yaml
diff options
context:
space:
mode:
authorKaifeng Wang <kaifeng.w@gmail.com>2018-10-10 15:12:11 +0800
committerKaifeng Wang <kaifeng.w@gmail.com>2018-10-15 17:15:38 +0800
commitec2bf8667dafaae6ebbf6452d0962505650a8e53 (patch)
tree0acba1cb02fc7ca08848bfdad5c57569f0631797 /releasenotes/notes/enhance-checksum-2256ffdcce13836e.yaml
parent2f4aa0133778c9e43ec3e9695d03604531f3f022 (diff)
downloadironic-python-agent-ec2bf8667dafaae6ebbf6452d0962505650a8e53.tar.gz
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
Diffstat (limited to 'releasenotes/notes/enhance-checksum-2256ffdcce13836e.yaml')
-rw-r--r--releasenotes/notes/enhance-checksum-2256ffdcce13836e.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/enhance-checksum-2256ffdcce13836e.yaml b/releasenotes/notes/enhance-checksum-2256ffdcce13836e.yaml
new file mode 100644
index 00000000..1d630f29
--- /dev/null
+++ b/releasenotes/notes/enhance-checksum-2256ffdcce13836e.yaml
@@ -0,0 +1,7 @@
+---
+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. \ No newline at end of file