Comment 7 for bug 1618697

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to os-brick (stable/newton)

Reviewed: https://review.openstack.org/363843
Committed: https://git.openstack.org/cgit/openstack/os-brick/commit/?id=49a89c8757aad70611a00ea9e1c78f38060bc114
Submitter: Jenkins
Branch: stable/newton

commit 49a89c8757aad70611a00ea9e1c78f38060bc114
Author: Tony Breeds <email address hidden>
Date: Wed Aug 31 17:13:00 2016 +1000

    Create connector aliases to the new connectors refactor

    In I020e75ca8cd8bec2ad1b38f3ade5cc1f63a4fee5 the os-brick connectors
    were refactored under the assumption that any connectors were generated
    with InitiatorConnector.factory()

    Create interim aliases for the connectors at the old module path, this
    enables a smooth transition from 1.5.0 to 1.6.X.

    These aliases can be removed the next time we bump the major number

    Change-Id: I555051f9b646098947facc3e11f35e36fec1a5c0
    Related-Bug: 1618697
    (cherry picked from commit ee0e9d166eb768aa94885f4942f4cdeaf5f5f934)