kolla-ansible/releasenotes/notes/add-graceful-timeout-argument-a8b71a389351599b.yaml
Duong Ha-Quang d929359550 Add graceful_timeout argument to kolla_docker
Currently, when stoping/restarting container, Kolla uses default timeout value
between SIGTERM and SIGKILL provided by docker which is 10 sec. But some
services require more than it to finish graceful shutdown progress.

This patchset adds graceful_timeout to kolla_docker to override the default
one.

Partial Implements: bp signaling-to-container

Change-Id: Ica0b48a53c650cc23dfa1955027d2cf936a5932f
2017-04-13 16:53:14 +07:00

5 lines
110 B
YAML

---
features:
- Add graceful timeout argument to kolla_docker library for stoping,
restaring container.