From e2ede26071e76f878b1d4201eeee99609dad28a0 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Wed, 2 Jun 2021 06:37:34 -0700 Subject: [PATCH] Set IPA download branch to stable/victoria for victoria The branch was never updated during the release and we have some jobs (and developers) which could pull in master branch IPA as a result in testing and whatnot. In order to prevent this possible case and confusion, the branch should be set on the job. Change-Id: I8034bff4068463fe9b28fe721cdb9bb58367728e --- devstack/lib/ironic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/lib/ironic b/devstack/lib/ironic index 1e52b0877c..6e112c60a0 100644 --- a/devstack/lib/ironic +++ b/devstack/lib/ironic @@ -282,7 +282,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/victoria} IPA_DOWNLOAD_BRANCH=$(echo $IPA_DOWNLOAD_BRANCH | tr / -) # OS for using with DIB images