Comment 4 for bug 1236524

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tempest (stable/havana)

Reviewed: https://review.openstack.org/72468
Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=50eaa8c80189d0c938f2dbced70df4d14dc2cdfa
Submitter: Jenkins
Branch: stable/havana

commit 50eaa8c80189d0c938f2dbced70df4d14dc2cdfa
Author: Soren Hansen <email address hidden>
Date: Wed Nov 27 14:39:28 2013 +0100

    Use channel_timeout for SSH connection timeout

    Occasionally, SSH will get wedged so that a connection attempt is stuck
    forever. When this happens, we need Tempest to abort the attempt and try
    again. Currently, the individual connection timeout is set to the
    overall timeout, so there will only ever be one attempt if this happens.
    Using the channel_timeout instead will ensure that multiple connection
    attempts are made even when the connection is wedged.

    Fixes bug 1236524

    Change-Id: Ie8dff41780bbf004cff5c880db202a8ae23a85c1
    (cherry picked from commit b20cf3a30d42ed2ce0c34e338edf498258dfd721)