X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fspecialaccounts.py;h=2cbda589c76d43a7ad2e9cde82f7ace62db3b68a;hb=1fdb6b39bb02082ca947b8732fe71dc7e4145150;hp=14a9cc98cfb7d1e0832b9cd819f478e4ba278756;hpb=d3a3b2d3ea98e72183d1cb5497c38badaa0c5863;p=nodemanager.git diff --git a/plugins/specialaccounts.py b/plugins/specialaccounts.py index 14a9cc9..2cbda58 100644 --- a/plugins/specialaccounts.py +++ b/plugins/specialaccounts.py @@ -1,8 +1,6 @@ #!/usr/bin/python -tt # vim:set ts=4 sw=4 expandtab: # -# $Id$ -# $URL$ # # NodeManager plugin to create special accounts @@ -25,7 +23,7 @@ import tools # right after conf_files priority = 3 -def start(options, conf): +def start(): logger.log("specialaccounts: plugin starting up...") def GetSlivers(data, conf = None, plc = None):