remove config and options parameters from start function as nobody uses them
[nodemanager.git] / plugins / vsys_privs.py
index dea3b44..af2b739 100755 (executable)
@@ -12,7 +12,7 @@ import os
 
 VSYS_PRIV_DIR = "/etc/planetlab/vsys-attributes"
 
-def start(options, conf):
+def start():
     logger.log("vsys_privs: plugin starting")
     if (not os.path.exists(VSYS_PRIV_DIR)):
         os.makedirs(VSYS_PRIV_DIR)