From d3f62f83efd2d64b18bb2735606ad2fc310a0028 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Wed, 2 Jun 2021 06:32:41 -0700 Subject: [PATCH] Set download stable branch for IPA IPA is presently downloading from master branch, which lacks the iscsi interfaces at this point in time, which causes victoria stable branches to fail where the image is just downloaded. Change-Id: I68215ad871860bcf4fc5fb63afb108a66e1d1374 --- devstack/lib/ironic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/lib/ironic b/devstack/lib/ironic index e6aa8d8651..5b65ae8594 100644 --- a/devstack/lib/ironic +++ b/devstack/lib/ironic @@ -289,7 +289,7 @@ IRONIC_DEPLOY_ISO=${IRONIC_DEPLOY_ISO:-$TOP_DIR/files/ir-deploy-$IRONIC_DEPLOY_D IRONIC_EFIBOOT=${IRONIC_EFIBOOT:-$TOP_DIR/files/ir-deploy-$IRONIC_DEPLOY_DRIVER.efiboot} # NOTE(jroll) this needs to be updated when stable branches are cut -IPA_DOWNLOAD_BRANCH=${IPA_DOWNLOAD_BRANCH:-master} +IPA_DOWNLOAD_BRANCH=${IPA_DOWNLOAD_BRANCH:-stable/wallaby} IPA_DOWNLOAD_BRANCH=$(echo $IPA_DOWNLOAD_BRANCH | tr / -) # OS for using with DIB images