Comment 2 for bug 1496634

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

Reviewed: https://review.openstack.org/283255
Committed: https://git.openstack.org/cgit/openstack/octavia/commit/?id=90c465ebb39cac37254163b8d04912cc368e43fc
Submitter: Jenkins
Branch: master

commit 90c465ebb39cac37254163b8d04912cc368e43fc
Author: Michael Johnson <email address hidden>
Date: Mon Feb 22 20:57:47 2016 +0000

    Add a request timeout to the REST API driver

    The amphora REST driver does not have reasonable timeouts on the
    python "requests" library calls. For example, the PUT call to
    load a certificate into an amphora can hang forever.
    This patch adds a request timeout that defaults to 5 seconds.

    Change-Id: I75bed9fa1d590ce206aa0947d35552fc80907c0a
    Closes-Bug: #1496634