X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fvsys_privs.py;h=01ab283fe2f8fc02870b1292f26bce22c87f2d76;hb=854fdfe526baa82adf31f14cac8a62223b310050;hp=dea3b44f5d0bd1432028ede4eb8e39ceb2294497;hpb=d3a3b2d3ea98e72183d1cb5497c38badaa0c5863;p=nodemanager.git diff --git a/plugins/vsys_privs.py b/plugins/vsys_privs.py index dea3b44..01ab283 100755 --- a/plugins/vsys_privs.py +++ b/plugins/vsys_privs.py @@ -1,6 +1,3 @@ -# $Id$ -# $URL$ - """ vsys sub-configurator. Maintains configuration parameters associated with vsys scripts. All slice attributes with the prefix vsys_ are written into configuration files on the @@ -12,7 +9,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)