Comment 1 for bug 1809844

Revision history for this message
Mark Goddard (mgoddard) wrote :

I don't think this is currently possible. From looking at the docker-py code [1], we should be able to pass a timeout argument to the docker.APIClient constructor. We'd need a new module argument for the kolla_docker module in kolla-ansible.

[1] https://github.com/docker/docker-py/blob/c344660f20353bedec6c18ef22b25b3083c8fe3f/docker/api/client.py#L102