Comment 4 for bug 1659747

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-qa (stable/newton)

Reviewed: https://review.openstack.org/433600
Committed: https://git.openstack.org/cgit/openstack/fuel-qa/commit/?id=e4a2acfc23d8f2ceddd0b2af1f002a0c57ca89e4
Submitter: Jenkins
Branch: stable/newton

commit e4a2acfc23d8f2ceddd0b2af1f002a0c57ca89e4
Author: Sergey Novikov <email address hidden>
Date: Tue Feb 14 15:27:19 2017 +0400

    Improve failover of SSH connections

    We had invalid procedure of handling stored SSH connections
    when non-root access feature was enabled. This patch fixs that
    and contains the following items:
     * Use method `update_connection` when exist connection fails
     * close current connection in method `update_connection`
     * catch SSHException instead AuthenticationException

    Change-Id: Id488abf5b21c3bf16f21546c5b26c16e29bc6a58
    Closes-Bug: 1659747