The adoption test should not depend on the iscsi deploy

It was removed many releases ago, the test is now always skipped.

Change-Id: I0f03575ed99afbfe49c8207403d4d0ae5d1d50da
This commit is contained in:
Dmitry Tantsur 2024-08-23 16:13:27 +02:00
parent c9fc1882bc
commit f51e00f4aa
No known key found for this signature in database
GPG Key ID: 315B2AF9FD216C60

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'