From 4f2d1ca94b048ba62ca408c64a7f076fa9a0b03a Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Thu, 17 Jun 2021 17:55:18 +0200 Subject: [PATCH] CI: change ilo_deploy_iso to deploy_iso Change-Id: Icedc1cd57c64bfc9b0bad535a6eb7c890e843410 --- devstack/lib/ironic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/lib/ironic b/devstack/lib/ironic index ebe77cc57e..11496755bc 100644 --- a/devstack/lib/ironic +++ b/devstack/lib/ironic @@ -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 \