From: Marc Fiuczynski Date: Tue, 7 Jul 2009 22:00:38 +0000 (+0000) Subject: as a plugin, be more verbose about when they are started X-Git-Tag: NodeManager-1.8-8~14 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=544158b1b52bd18b9942b122ce804f59cc929e25;p=nodemanager.git as a plugin, be more verbose about when they are started --- diff --git a/plugins/codemux.py b/plugins/codemux.py index 1f8d4b1..b367b58 100644 --- a/plugins/codemux.py +++ b/plugins/codemux.py @@ -12,7 +12,7 @@ from config import Config CODEMUXCONF="/etc/codemux/codemux.conf" def start(options, conf): - pass + logger.log("codemux plugin starting up...") def GetSlivers(plc, data, config): """ diff --git a/plugins/vsys.py b/plugins/vsys.py index 3effa58..a2bc2bb 100644 --- a/plugins/vsys.py +++ b/plugins/vsys.py @@ -11,7 +11,7 @@ VSYSCONF="/etc/vsys.conf" VSYSBKEND="/vsys" def start(options, conf): - pass + logger.log("vsys plugin starting up...") 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."""