Merge "Enable mutable config in blazar"

This commit is contained in:
Zuul 2018-12-18 11:09:24 +00:00 committed by Gerrit Code Review
commit 68c660e056
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@ def main():
notifier.init()
service.launch(
cfg.CONF,
manager_service.ManagerService()
manager_service.ManagerService(),
restart_method='mutate'
).wait()