X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fvsys.py;h=927c7c10ea9e14eceed8271f3f0cfde4a92b7b93;hb=7acb378c1b5448d23bd1eb0e6583a530604d0511;hp=dad1b752388de1c0e2af54e8ee86f688a1746dc7;hpb=658683174ea538f4cacdab54302882005e148b8f;p=nodemanager.git diff --git a/plugins/vsys.py b/plugins/vsys.py index dad1b75..927c7c1 100644 --- a/plugins/vsys.py +++ b/plugins/vsys.py @@ -10,11 +10,10 @@ from sets import Set VSYSCONF="/etc/vsys.conf" VSYSBKEND="/vsys" -def start(options, config): - pass +def start(options, conf): + logger.log("vsys plugin starting up...") - -def GetSlivers(data, plc = None, config = None): +def GetSlivers(data, config=None, plc=None): """For each sliver with the vsys attribute, set the script ACL, create the vsys directory in the slice, and restart vsys.""" # Touch ACLs and create dict of available scripts = {}