new global PLC_FLAVOUR category to globally chose sliver vref image
[nodemanager.git] / conf_files.py
index 31c325c..7e86e75 100644 (file)
@@ -54,7 +54,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 +86,7 @@ class conf_files:
 
 def start(options, config): pass
 
-def GetSlivers(plc, data, config = None):
+def GetSlivers(data, config = None, plc = None):
     logger.log("conf_files: Running.")
     cf = conf_files()
     cf.run_once(data)