From 6e4d0c976e1eeae949672e89683244ee7030c6e9 Mon Sep 17 00:00:00 2001 From: "David M. Johnson" Date: Sat, 27 Feb 2016 16:01:50 -0700 Subject: [PATCH] Whoops, don't enable dynamic node support by default. (This var just had to be defined for the blockstore case.) --- setup-lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-lib.sh b/setup-lib.sh index d9da3d9..b26c2c8 100755 --- a/setup-lib.sh +++ b/setup-lib.sh @@ -54,7 +54,7 @@ DISABLE_SECURITY_GROUPS=0 DEFAULT_SECGROUP_ENABLE_SSH_ICMP=1 VERBOSE_LOGGING="False" DEBUG_LOGGING="False" -SUPPORT_DYNAMIC_NODES=1 +SUPPORT_DYNAMIC_NODES=0 KEYSTONEAPIVERSION="" TOKENTIMEOUT=14400 SESSIONTIMEOUT=14400 -- GitLab