Merge "Clarify checksum for wholedisk images."

This commit is contained in:
Zuul 2023-05-25 16:06:44 +00:00 committed by Gerrit Code Review
commit d5c0acf722
1 changed files with 2 additions and 1 deletions

View File

@ -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',