X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fvsys_privs.py;h=af2b739c01a7c8aaf65263084746cc89f10f8a6c;hb=08d6f2b70b86a10b222a5afe80945598296196ad;hp=dea3b44f5d0bd1432028ede4eb8e39ceb2294497;hpb=38c9d7b9c84a89a43c72c702dc6fe1d64b3dfc84;p=nodemanager.git diff --git a/plugins/vsys_privs.py b/plugins/vsys_privs.py index dea3b44..af2b739 100755 --- a/plugins/vsys_privs.py +++ b/plugins/vsys_privs.py @@ -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)