Revert "Devstack should use a prebuilt ramdisk by default"

This reverts commit 5b752d258a. Due to
devstack-gate only setting IRONIC_BUILD_DEPLOY_RAMDISK=false, this will
prevent IPA source jobs from ever building a new ramdisk.

Change-Id: I3e43c08b7f8e9d41f420b12475c9ce74cb860df9
This commit is contained in:
Jay Faulkner 2016-08-03 21:33:27 +00:00
parent 5b752d258a
commit 30fc692e3a
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ IRONIC_VM_LOG_DIR=${IRONIC_VM_LOG_DIR:-$IRONIC_DATA_DIR/logs/}
IRONIC_VM_LOG_ROTATE=$(trueorfalse True IRONIC_VM_LOG_ROTATE)
# Whether to build the ramdisk or download a prebuilt one.
IRONIC_BUILD_DEPLOY_RAMDISK=$(trueorfalse False IRONIC_BUILD_DEPLOY_RAMDISK)
IRONIC_BUILD_DEPLOY_RAMDISK=$(trueorfalse True IRONIC_BUILD_DEPLOY_RAMDISK)
# Ironic IPA ramdisk type, supported types are:
IRONIC_SUPPORTED_RAMDISK_TYPES_RE="^(coreos|tinyipa|dib)$"