Comment 3 for bug 1460814

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

Reviewed: https://review.openstack.org/190099
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=6532be7eda2c7eec2984d51f06f0c69311b7b572
Submitter: Jenkins
Branch: master

commit 6532be7eda2c7eec2984d51f06f0c69311b7b572
Author: Gorka Eguileor <email address hidden>
Date: Wed Jun 10 11:57:07 2015 +0200

    Use correct rtslib namespace for newer versions

    For rtslib-fb versions 2.1.52 and newer its own namespace (rtslib_fb) is
    recommended instead of the older one (rtslib).

    On versions with this new namespace a deprecation warning will be
    thrown: "'rtslib' package name for rtslib-fb is deprecated, please
    instead import 'rtslib_fb'"

    This patch uses this new namespace when possible and falls back to the
    older namespace if not.

    Change-Id: I984105458da4d7b8736bf7c83919cbe5feb9c85a
    Closes-Bug: #1460814