summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2020-12-11 12:02:45 +0100
committerDmitry Tantsur <dtantsur@protonmail.com>2020-12-11 12:02:45 +0100
commit05f2c8b79f0d6b7e9200bbc531ff621d2029da2e (patch)
treed49b4f46b8a835e282f203197a7bdb22a992acfc
parent8a2c715a0a6677b2a32f9319c1227591b14bdfa5 (diff)
downloadironic-05f2c8b79f0d6b7e9200bbc531ff621d2029da2e.tar.gz
devstack: build DIB images with CentOS Stream by default
Change-Id: I50edd6b2740a26d00be19abc58c3ff770417fb68
-rw-r--r--devstack/lib/ironic2
1 files changed, 1 insertions, 1 deletions
diff --git a/devstack/lib/ironic b/devstack/lib/ironic
index a53cc6824..c4b85891b 100644
--- a/devstack/lib/ironic
+++ b/devstack/lib/ironic
@@ -316,7 +316,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