Comment 5 for bug 1845701

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to distcloud (master)

Reviewed: https://review.opendev.org/686256
Committed: https://git.openstack.org/cgit/starlingx/distcloud/commit/?id=145544343bfa493e0eb0c6e3d3dcee0b4c8eeb43
Submitter: Zuul
Branch: master

commit 145544343bfa493e0eb0c6e3d3dcee0b4c8eeb43
Author: Andy Ning <email address hidden>
Date: Wed Oct 2 15:15:18 2019 -0400

    Add timeout to dcdbsync REST API calls

    This update added timeout to dcdbsync REST API calls in dcdbsync
    client. If no timeout is specified explicitly, the requests do not
    timeout. This will cause dcorch audit (which makes the REST calls)
    to hang forever and stop auditing when the REST requests failed
    for whatever reasons.

    Change-Id: I2d471365565df6cd3b0ae720cd81bc17610a0272
    Closes-Bug: 1845701
    Signed-off-by: Andy Ning <email address hidden>