From 05f2c8b79f0d6b7e9200bbc531ff621d2029da2e Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Fri, 11 Dec 2020 12:02:45 +0100 Subject: [PATCH] devstack: build DIB images with CentOS Stream by default Change-Id: I50edd6b2740a26d00be19abc58c3ff770417fb68 --- devstack/lib/ironic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/lib/ironic b/devstack/lib/ironic index a53cc6824a..c4b85891b9 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