summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2022-01-31 16:32:08 +0100
committerDmitry Tantsur <dtantsur@protonmail.com>2022-02-01 10:10:02 +0100
commita746917b5b633cd9d55e8b3e5e3bd29ce30ca522 (patch)
tree00a5d49dd34bc15be84b6dcdfb3ec8763c5a9dfe
parent5f8c61c6509dffc14bac4e1c32c4978ba84c77f7 (diff)
downloadironic-a746917b5b633cd9d55e8b3e5e3bd29ce30ca522.tar.gz
Avoid non-Stream CentOS
This is a partial cherry-pick of 720b42d538c406d852651758375e02ef29d82cc5, we don't need to disable the standalone job since it's not broken here. Change-Id: I8bd051ea709d328cb5efa2c2cbd5a226bdb4cfd3 (cherry picked from commit 720b42d538c406d852651758375e02ef29d82cc5)
-rw-r--r--devstack/lib/ironic2
1 files changed, 1 insertions, 1 deletions
diff --git a/devstack/lib/ironic b/devstack/lib/ironic
index 2ccc56066..d7689aa87 100644
--- a/devstack/lib/ironic
+++ b/devstack/lib/ironic
@@ -323,7 +323,7 @@ if [[ -z "$IRONIC_DIB_RAMDISK_OPTIONS" ]]; then
if [[ "$IRONIC_DIB_RAMDISK_OS" == "centos8" ]]; then
# Adapt for DIB naming change
IRONIC_DIB_RAMDISK_OS=centos
- IRONIC_DIB_RAMDISK_RELEASE=8
+ IRONIC_DIB_RAMDISK_RELEASE=8-stream
fi
IRONIC_DIB_RAMDISK_OPTIONS="$IRONIC_DIB_RAMDISK_OS"
fi