devstack: build DIB images with CentOS Stream by default
Change-Id: I50edd6b2740a26d00be19abc58c3ff770417fb68
This commit is contained in:
parent
8a2c715a0a
commit
05f2c8b79f
@ -316,7 +316,7 @@ if [[ -z "$IRONIC_DIB_RAMDISK_OPTIONS" ]]; then
|
|||||||
if [[ "$IRONIC_DIB_RAMDISK_OS" == "centos8" ]]; then
|
if [[ "$IRONIC_DIB_RAMDISK_OS" == "centos8" ]]; then
|
||||||
# Adapt for DIB naming change
|
# Adapt for DIB naming change
|
||||||
IRONIC_DIB_RAMDISK_OS=centos
|
IRONIC_DIB_RAMDISK_OS=centos
|
||||||
IRONIC_DIB_RAMDISK_RELEASE=8
|
IRONIC_DIB_RAMDISK_RELEASE=8-stream
|
||||||
fi
|
fi
|
||||||
IRONIC_DIB_RAMDISK_OPTIONS="$IRONIC_DIB_RAMDISK_OS"
|
IRONIC_DIB_RAMDISK_OPTIONS="$IRONIC_DIB_RAMDISK_OS"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user