01050dc01f
Adds support for configuration of the Docker client timeout via 'docker_client_timeout'. This change also increases the default timeout to 120 seconds, as we sometimes see timeouts in CI and heavily loaded or underpowered environments. Increasing 'docker_client_timeout' further may be helpful in cases where Docker reports 'Read timed out'. Change-Id: I73745771078cb2c0ebae2b1d87ba2c4c12958d82 Closes-Bug: #1809844
9 lines
323 B
YAML
9 lines
323 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes an issue with Docker client timeouts where Docker reports 'Read
|
|
timed out'. The client timeout may be configured via
|
|
``docker_client_timeout``. The default timeout has been increased to 120
|
|
seconds. See `bug
|
|
<https://bugs.launchpad.net/kolla-ansible/+bug/1809844>`__ for details.
|