Comment 8 for bug 1659747

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

Reviewed: https://review.openstack.org/444203
Committed: https://git.openstack.org/cgit/openstack/fuel-qa/commit/?id=7e38e370d4a8981c4fa792013f43aeec05a63564
Submitter: Jenkins
Branch: stable/ocata

commit 7e38e370d4a8981c4fa792013f43aeec05a63564
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
    (cherry picked from commit e4a2acfc23d8f2ceddd0b2af1f002a0c57ca89e4)