From: Thierry Parmentelat Date: Fri, 16 Jul 2010 12:13:10 +0000 (+0200) Subject: booleans now need to be 'true' or 'false' X-Git-Tag: tests-5.0-11~1 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=2c794f5d707874ca9b1281a6eec8f70458eb4cc9;p=tests.git booleans now need to be 'true' or 'false' --- diff --git a/system/config_default.py b/system/config_default.py index 9b358e1..c96d2f2 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' : 'true', 'sites' : sites(options,index), 'keys' : keys(options,index), 'initscripts': initscripts(options,index),