X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2Fconfig_wifilab.py;h=fff7cdf5534c3e820c208febd0df4d1abddc83c6;hb=a161111621b56df355e7473ba28d0e667105409e;hp=85f26bccd8bd826104db2ce95c95011a8ec1450c;hpb=5e8bc072712ee774b4dca54b0cc62ad1e0fcdb67;p=tests.git diff --git a/system/config_wifilab.py b/system/config_wifilab.py index 85f26bc..fff7cdf 100644 --- a/system/config_wifilab.py +++ b/system/config_wifilab.py @@ -1,3 +1,6 @@ +# Thierry Parmentelat +# Copyright (C) 2010 INRIA +# # a configuration module is expected: # (*) to define a config method # (*) that takes two arguments @@ -232,6 +235,7 @@ def slices (): def plc () : return { + 'index' : index, 'name' : 'wifilab', # as of yet, not sure we can handle foreign hosts, but this is required though 'hostname' : 'wlab24.inria.fr', @@ -243,7 +247,7 @@ def plc () : 'PLC_ROOT_PASSWORD' : 'test++', 'PLC_NAME' : 'WifiLab', 'PLC_MAIL_ENABLED':'true', - 'PLC_MAIL_SUPPORT_ADDRESS' : 'thierry.parmentelat@sophia.inria.fr', + 'PLC_MAIL_SUPPORT_ADDRESS' : 'thierry.parmentelat@inria.fr', 'PLC_DB_HOST' : 'wlab24.inria.fr', 'PLC_API_HOST' : 'wlab24.inria.fr', 'PLC_WWW_HOST' : 'wlab24.inria.fr', @@ -258,4 +262,7 @@ def plc () : } def config (plc_specs,options): + print "config_wifilab is obsolete .." + import sys + sys.exit(1) return plc_specs + [ plc() ]