Switch oom_mode to False by default 08/97308/1
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>
Fri, 18 Oct 2019 11:54:21 +0000 (13:54 +0200)
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>
Fri, 18 Oct 2019 11:54:21 +0000 (13:54 +0200)
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 <b.grzybowski@partner.samsung.com>
Issue-ID: INT-1339

test/vcpe/vcpecommon.py

index 4a393f5..bfdd58b 100755 (executable)
@@ -30,7 +30,7 @@ class VcpeCommon:
 
     #############################################################################################
     # set the openstack cloud access credentials here
-    oom_mode = True
+    oom_mode = False
 
     ###########################
     # set Openstack credentials