Merge "Enable mutable config in Manila"

This commit is contained in:
Jenkins 2017-09-20 19:35:05 +00:00 committed by Gerrit Code Review
commit fa77c00502
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ class WSGIService(service.ServiceBase):
def process_launcher():
return service.ProcessLauncher(CONF)
return service.ProcessLauncher(CONF, restart_method='mutate')
# NOTE(vish): the global launcher is to maintain the existing