Corrects mgmt-taskmanager startup method

Adds 'conf' as an argument to mgmt_main which is accessed in startup
method.

Change-Id: Ie17ed92137200f0562894950df0479749492faf4
Closes-Bug: #1323395
This commit is contained in:
SushilKM 2014-05-26 19:15:33 +00:00
parent 5f019cc8bb
commit 92b3bde196

View File

@ -35,5 +35,5 @@ def main(conf):
@with_initialize(extra_opts=extra_opts)
def mgmt_main():
def mgmt_main(conf):
startup(conf, "mgmt-taskmanager")