summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-12-14 12:07:44 +0000
committerGerrit Code Review <review@openstack.org>2020-12-14 12:07:44 +0000
commite2622c6942abf32f247300738f422537a1a547f4 (patch)
tree4039ce8d3ecef89a3012dd0fd4833e9e36e002cf
parentacb1c6b48350c1392aaab11314fb0fbb5554819c (diff)
parent05f2c8b79f0d6b7e9200bbc531ff621d2029da2e (diff)
downloadironic-e2622c6942abf32f247300738f422537a1a547f4.tar.gz
Merge "devstack: build DIB images with CentOS Stream by default"
-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