Comment 5 for bug 1618697

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

Reviewed: https://review.openstack.org/363444
Committed: https://git.openstack.org/cgit/openstack/os-brick/commit/?id=ee0e9d166eb768aa94885f4942f4cdeaf5f5f934
Submitter: Jenkins
Branch: master

commit ee0e9d166eb768aa94885f4942f4cdeaf5f5f934
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