X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fcodemux.py;h=1f8d4b154f8deb3898b6394580ed727615095cc8;hb=b994d0a94352d9c4f3fc430c317f7a37dd3414d4;hp=aa2935171a4d4b7495bec150f07dde145f766c5c;hpb=4742191a6cd97f84c9f03cbc0663c8dcb63b69cb;p=nodemanager.git diff --git a/plugins/codemux.py b/plugins/codemux.py index aa29351..1f8d4b1 100644 --- a/plugins/codemux.py +++ b/plugins/codemux.py @@ -11,11 +11,10 @@ from config import Config CODEMUXCONF="/etc/codemux/codemux.conf" -def start(options, config): +def start(options, conf): pass - -def GetSlivers(data, plc = None, config = None): +def GetSlivers(plc, data, config): """ For each sliver with the codemux attribute, parse out "host,port" and make entry in conf. Restart service after.