From: Thierry Parmentelat Date: Fri, 16 Jul 2010 15:12:13 +0000 (+0200) Subject: unset OMF_ENABLED as this requires the XMPP values to be defined as well X-Git-Tag: tests-5.0-12~1 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=05abad415c08e57ef00007cad7bc8578a1d9abad;p=tests.git unset OMF_ENABLED as this requires the XMPP values to be defined as well --- diff --git a/system/config_default.py b/system/config_default.py index c96d2f2..c776991 100644 --- a/system/config_default.py +++ b/system/config_default.py @@ -242,7 +242,7 @@ def plc (options,index) : 'PLC_NET_DNS1' : 'deferred-dns-1', 'PLC_NET_DNS2' : 'deferred-dns-2', 'PLC_RESERVATION_GRANULARITY':reservation_granularity, - 'PLC_OMF_ENABLED' : 'true', + 'PLC_OMF_ENABLED' : 'false', 'sites' : sites(options,index), 'keys' : keys(options,index), 'initscripts': initscripts(options,index),