Merge "Enable mutate for cinder scheduler"

This commit is contained in:
Zuul 2020-03-19 14:03:18 +00:00 committed by Gerrit Code Review
commit 10bbfcc78e
1 changed files with 2 additions and 1 deletions

View File

@ -602,7 +602,8 @@ def serve(server, workers=None):
if _launcher:
raise RuntimeError(_('serve() can only be called once'))
_launcher = service.launch(CONF, server, workers=workers)
_launcher = service.launch(CONF, server, workers=workers,
restart_method='mutate')
def wait():