Merge "Enable mutable config in Cinder"
This commit is contained in:
commit
d5ce948ab2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user