From b969dafa44fb228a236a359e3767973ae5702f24 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Fri, 18 Oct 2019 13:54:21 +0200 Subject: Switch oom_mode to False by default Vcpe scripts should be run from Rancher node where it has direct access to k8s cluster ips and service endpoints so that calls for oom_mode to be set to 'False'. Change-Id: I8edc0f363d7d32f28b070b0de87a3e2eab8223ff Signed-off-by: Bartek Grzybowski Issue-ID: INT-1339 --- test/vcpe/vcpecommon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/vcpe/vcpecommon.py b/test/vcpe/vcpecommon.py index 4a393f53d..bfdd58b88 100755 --- a/test/vcpe/vcpecommon.py +++ b/test/vcpe/vcpecommon.py @@ -30,7 +30,7 @@ class VcpeCommon: ############################################################################################# # set the openstack cloud access credentials here - oom_mode = True + oom_mode = False ########################### # set Openstack credentials -- cgit 1.2.3-korg