kolla-ansible/releasenotes/notes/docker-stop-timeout-c8089f6bf92d6c28.yaml
Mark Goddard 33efcb814c Set default timeout to 60 seconds for docker stop
The previous default timeout was 10 seconds, which does not always
allow services enough time to shut down safely.

Change-Id: I54eff91567108a7e5d99f067829ae4a6900cd859
2019-08-19 11:54:14 +01:00

7 lines
211 B
YAML

---
upgrade:
- |
Increases the default value of ``docker_graceful_timeout`` from 10 to 60.
This sets the time that docker will wait for a container to gracefully stop
before issuing a KILL signal.