X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=conf_files.py;h=8c47f95bbcb334d83604b0ef1461b7fae68582bc;hb=3224c1906c82596a86ae734181488ed14a0f0976;hp=94560d62b9c70c2575bcdeb26aa09c316ef8c520;hpb=75db8a1a1e14adc7715c452fab87e45f942d425b;p=nodemanager.git diff --git a/conf_files.py b/conf_files.py index 94560d6..8c47f95 100644 --- a/conf_files.py +++ b/conf_files.py @@ -1,3 +1,6 @@ +# $Id$ +# $URL$ + """configuration files""" import grp @@ -54,7 +57,7 @@ class conf_files: url += "node_id=%d"%tools.node_id() else: logger.log('%s -- WARNING, cannot add node_id to request'%dest) - # pass slicefamily as well, as stored in /etc/planetlab/slicefamily ont the node + # pass slicefamily as well, as stored in /etc/planetlab/slicefamily on the node if tools.slicefamily(): if url.find('?') >0: url += '&' else: url += '?' @@ -86,7 +89,7 @@ class conf_files: def start(options, config): pass -def GetSlivers(data): +def GetSlivers(data, config = None, plc = None): logger.log("conf_files: Running.") cf = conf_files() cf.run_once(data)