Comment 22 for bug 1409733

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

Reviewed: https://review.openstack.org/160624
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=00cb3734aed8236c03f067aae9c72616001d89f6
Submitter: Jenkins
Branch: master

commit 00cb3734aed8236c03f067aae9c72616001d89f6
Author: Jay S. Bryant <email address hidden>
Date: Mon Mar 2 21:31:46 2015 -0600

    Move oslo.messaging to the oslo_messaging namespace

    This is the sixth in a series of changes to move to using
    the new oslo_<library> namespace that is being used for
    oslo libraries.

    There is currently a shim in place that is allowing the old
    oslo.<library> imports to work, but we need to be prepared for
    when the shims go away. Thus we need patches like this one to
    move to the new namespace.

    This patch also updates our hacking check to ensure that no
    instances of oslo.messaging sneak back in.

    Change-Id: Id028f8968717bed49386864081cf150397a6ec5f
    Partial-bug: 1409733