X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fvsys.py;h=3effa58c082fabf2d2c4f515a949eda860e90a38;hb=b994d0a94352d9c4f3fc430c317f7a37dd3414d4;hp=dad1b752388de1c0e2af54e8ee86f688a1746dc7;hpb=4742191a6cd97f84c9f03cbc0663c8dcb63b69cb;p=nodemanager.git diff --git a/plugins/vsys.py b/plugins/vsys.py index dad1b75..3effa58 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): +def start(options, conf): pass - -def GetSlivers(data, plc = None, config = None): +def GetSlivers(plc, data, config=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 = {}