Comment 8 for bug 1829398

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

Reviewed: https://review.opendev.org/660539
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=520e6e06593393b845384fbf39b9b81f116c6a64
Submitter: Zuul
Branch: stable/stein

commit 520e6e06593393b845384fbf39b9b81f116c6a64
Author: Nikesh Kumar Mahalka <email address hidden>
Date: Mon May 20 05:09:35 2019 -0400

    Fix "connector=None" issue in Kaminario drivers

    Currently, Kaminario Cinder FC and iSCSI volume drivers are not
    handling "connector=None" in the terminate_connection. This causes
    the failure of the following tempest test:
    test_volumes_actions.VolumesActionsTest.test_force_detach_volume

    This patch handles "connector=None" in the terminate_connection
    for Kaminario Cinder FC and iSCSI volume drivers.

    Change-Id: Id0e9c235d7260081da20ef7ced7ad28d42e3e03a
    Closes-Bug: #1829398
    Co-Authored-By: Srinivas Dasthagiri <email address hidden>
    (cherry picked from commit 49331b2bb6fc8154343fe2655a0c57e814cf4f7a)