summaryrefslogtreecommitdiff
path: root/devstack
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-03-31 12:34:37 +0000
committerGerrit Code Review <review@openstack.org>2020-03-31 12:34:37 +0000
commit20fdad088424d71a9e4c866d50913c77af09d7d2 (patch)
treec88892ecd71325ed49cbd2d76f5dab6bc2f6850c /devstack
parent4829df2966190595feb69623792678816bdcd6a2 (diff)
parentbc654814f8e5a466b6feb18ee2c470b7dd0dbd9a (diff)
downloadironic-20fdad088424d71a9e4c866d50913c77af09d7d2.tar.gz
Merge "Default IRONIC_RAMDISK_TYPE to dib"
Diffstat (limited to 'devstack')
-rw-r--r--devstack/lib/ironic2
1 files changed, 1 insertions, 1 deletions
diff --git a/devstack/lib/ironic b/devstack/lib/ironic
index 9244ed67e..1be797352 100644
--- a/devstack/lib/ironic
+++ b/devstack/lib/ironic
@@ -238,7 +238,7 @@ IRONIC_BUILD_DEPLOY_RAMDISK=$(trueorfalse True IRONIC_BUILD_DEPLOY_RAMDISK)
# Ironic IPA ramdisk type, supported types are:
IRONIC_SUPPORTED_RAMDISK_TYPES_RE="^(tinyipa|dib)$"
-IRONIC_RAMDISK_TYPE=${IRONIC_RAMDISK_TYPE:-tinyipa}
+IRONIC_RAMDISK_TYPE=${IRONIC_RAMDISK_TYPE:-dib}
# Confirm we have a supported ramdisk type or fail early.
if [[ ! "$IRONIC_RAMDISK_TYPE" =~ $IRONIC_SUPPORTED_RAMDISK_TYPES_RE ]]; then