Merge "Set ETCD_USE_RAMDISK=True by default"

This commit is contained in:
Zuul 2019-02-11 05:37:48 +00:00 committed by Gerrit Code Review
commit c8df15484d
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ ETCD_SYSTEMD_SERVICE="devstack@etcd.service"
ETCD_BIN_DIR="$DEST/bin"
# Option below will mount ETCD_DATA_DIR as ramdisk, which is useful to run
# etcd-heavy services in the gate VM's, e.g. Kubernetes.
ETCD_USE_RAMDISK=$(trueorfalse False ETCD_USE_RAMDISK)
ETCD_USE_RAMDISK=$(trueorfalse True ETCD_USE_RAMDISK)
ETCD_RAMDISK_MB=${ETCD_RAMDISK_MB:-512}
if is_ubuntu ; then