Comment 11 for bug 1809844

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (stable/train)

Reviewed: https://review.opendev.org/698257
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=efe6083bb36ef90ea40db73dd633507cab0d59ec
Submitter: Zuul
Branch: stable/train

commit efe6083bb36ef90ea40db73dd633507cab0d59ec
Author: Mark Goddard <email address hidden>
Date: Wed Nov 27 14:52:03 2019 +0000

    Support configuration of Docker client timeout

    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
    (cherry picked from commit 01050dc01fa8558eb453c48faa2a8efd398c5367)