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:09:43 +0100
commit69d28d44a399458afbb245d71ad74a9b93cb0d8a (patch)
tree6a07fec19791e92d6e67357b6b3ecbfaa3335a42
parentfb960a0d5aaaf1370b5ecfb63d1bd1be09287528 (diff)
downloadironic-69d28d44a399458afbb245d71ad74a9b93cb0d8a.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 f6ef132de..c2e18f2d5 100644
--- a/devstack/lib/ironic
+++ b/devstack/lib/ironic
@@ -337,7 +337,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