Merge "Enable mutable config in Cinder"

This commit is contained in:
Jenkins 2017-06-27 15:09:21 +00:00 committed by Gerrit Code Review
commit d5ce948ab2

View File

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