Merge "The adoption test should not depend on the iscsi deploy"

This commit is contained in:
Zuul 2024-09-20 10:28:25 +00:00 committed by Gerrit Code Review
commit fd8163d231

View File

@ -34,7 +34,7 @@ class BaremetalAdoptionDriverWholedisk(
driver = 'ipmi'
image_ref = CONF.baremetal.whole_disk_image_ref
wholedisk_image = True
deploy_interface = 'iscsi'
deploy_interface = 'direct'
# 1.37 is required to be able to copy traits
api_microversion = '1.37'