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:
parent
5f019cc8bb
commit
92b3bde196
@ -35,5 +35,5 @@ def main(conf):
|
||||
|
||||
|
||||
@with_initialize(extra_opts=extra_opts)
|
||||
def mgmt_main():
|
||||
def mgmt_main(conf):
|
||||
startup(conf, "mgmt-taskmanager")
|
||||
|
Loading…
x
Reference in New Issue
Block a user