X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fvsys_privs.py;h=af2b739c01a7c8aaf65263084746cc89f10f8a6c;hb=2d7b127c806b5ca661b03f1c21926f1b9f7fa1e8;hp=dea3b44f5d0bd1432028ede4eb8e39ceb2294497;hpb=d3a3b2d3ea98e72183d1cb5497c38badaa0c5863;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)