Skip to content

Commit c8df154

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Set ETCD_USE_RAMDISK=True by default"
2 parents f3302dc + 1516e72 commit c8df154

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/etcd3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ETCD_SYSTEMD_SERVICE="devstack@etcd.service"
2929
ETCD_BIN_DIR="$DEST/bin"
3030
# Option below will mount ETCD_DATA_DIR as ramdisk, which is useful to run
3131
# etcd-heavy services in the gate VM's, e.g. Kubernetes.
32-
ETCD_USE_RAMDISK=$(trueorfalse False ETCD_USE_RAMDISK)
32+
ETCD_USE_RAMDISK=$(trueorfalse True ETCD_USE_RAMDISK)
3333
ETCD_RAMDISK_MB=${ETCD_RAMDISK_MB:-512}
3434

3535
if is_ubuntu ; then

0 commit comments

Comments
 (0)