booleans now need to be 'true' or 'false'
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 16 Jul 2010 12:13:10 +0000 (14:13 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 16 Jul 2010 12:13:10 +0000 (14:13 +0200)
system/config_default.py

index 9b358e1..c96d2f2 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' : 'true',
         'sites' : sites(options,index),
         'keys' : keys(options,index),
         'initscripts': initscripts(options,index),