From: Thierry Parmentelat Date: Mon, 31 Jan 2011 15:33:33 +0000 (+0100) Subject: turn on omf mode on the tested plc X-Git-Tag: tests-5.0-23~1 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=8b3fc21b8431a2bb2fa0e14ff28f9dba8cde3c90;p=tests.git turn on omf mode on the tested plc --- diff --git a/system/config_default.py b/system/config_default.py index a65eeba..34c9ca4 100644 --- a/system/config_default.py +++ b/system/config_default.py @@ -258,7 +258,7 @@ def plc (options,index) : 'PLC_NET_DNS1' : 'deferred-dns-1', 'PLC_NET_DNS2' : 'deferred-dns-2', 'PLC_RESERVATION_GRANULARITY':1800, - 'PLC_OMF_ENABLED' : 'false', + 'PLC_OMF_ENABLED' : 'true', 'sites' : sites(options,index), 'keys' : keys(options,index), 'initscripts': initscripts(options,index),