remove config and options parameters from start function as nobody uses them
[nodemanager.git] / plugins / omf_resctl.py
index 87629aa..4fd2e8e 100644 (file)
@@ -17,7 +17,7 @@ import logger
 
 priority = 50
 
-def start(options, conf):
+def start():
     logger.log("omf_resctl: plugin starting up...")
 
 def GetSlivers(data, conf = None, plc = None):