unset OMF_ENABLED as this requires the XMPP values to be defined as well
[tests.git] / system / config_default.py
index c96d2f2..c776991 100644 (file)
@@ -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),