diff --git a/cinder/service.py b/cinder/service.py index e805021fc84..b7e3af45185 100644 --- a/cinder/service.py +++ b/cinder/service.py @@ -627,7 +627,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