Merge "Clarify checksum for wholedisk images."
diff --git a/ironic_tempest_plugin/config.py b/ironic_tempest_plugin/config.py
index fd86d47..8fbfbd5 100644
--- a/ironic_tempest_plugin/config.py
+++ b/ironic_tempest_plugin/config.py
@@ -138,7 +138,8 @@
help="An http link to the wholedisk image to use in the "
"tests."),
cfg.StrOpt('whole_disk_image_checksum',
- help="An MD5 checksum of the image."),
+ help="An checksum of the image. Recommend SHA256 or SHA512"
+ "as MD5 is deprecated."),
cfg.StrOpt('partition_image_ref',
help="UUID of the partitioned image to use in the tests."),
cfg.StrOpt('ramdisk_iso_image_ref',