diff --git a/nova/service.py b/nova/service.py index c8c9c398d130..22ddd218d8e1 100644 --- a/nova/service.py +++ b/nova/service.py @@ -393,7 +393,7 @@ class WSGIService(service.Service): def process_launcher(): - return service.ProcessLauncher(CONF) + return service.ProcessLauncher(CONF, restart_method='mutate') # NOTE(vish): the global launcher is to maintain the existing