Comment 9 for bug 1829398

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

Reviewed: https://review.opendev.org/660540
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=4467c231b029e608104068d33780b8ad021c00d1
Submitter: Zuul
Branch: stable/rocky

commit 4467c231b029e608104068d33780b8ad021c00d1
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)