CI: change ilo_deploy_iso to deploy_iso

Change-Id: Icedc1cd57c64bfc9b0bad535a6eb7c890e843410
This commit is contained in:
Dmitry Tantsur 2021-06-17 17:55:18 +02:00
parent ccde474b26
commit 4f2d1ca94b
1 changed files with 1 additions and 1 deletions

View File

@ -2406,7 +2406,7 @@ function enroll_nodes {
--driver-info ilo_password=$bmc_passwd \
--driver-info ilo_username=$bmc_username"
if [[ $IRONIC_ENABLED_BOOT_INTERFACES == *"ilo-virtual-media"* ]]; then
node_options+=" --driver-info ilo_deploy_iso=$IRONIC_DEPLOY_ISO_ID"
node_options+=" --driver-info deploy_iso=$IRONIC_DEPLOY_ISO_ID"
fi
elif is_deployed_by_drac; then
node_options+=" --driver-info drac_address=$bmc_address \