X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fvsys.py;h=927c7c10ea9e14eceed8271f3f0cfde4a92b7b93;hb=251d15db0c0eb532fcabc1c695fa06d4862efa87;hp=939158c7145575b8ba74521d42683c27e97a017c;hpb=1029f5fa2d29e3fe4ce222ee5fa580f16abfceeb;p=nodemanager.git diff --git a/plugins/vsys.py b/plugins/vsys.py index 939158c..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): +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 = {}