From ec74c1c0f4aa82157c5c1a37a387b637ae264455 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Tue, 2 May 2023 12:57:45 -0700 Subject: [PATCH] Clarify checksum for wholedisk images. Change-Id: I4ae825a09838dae198ff663cfc1e602b10bc7084 --- ironic_tempest_plugin/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ BaremetalGroup = [ 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',