Comment 12 for bug 1409733

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

Reviewed: https://review.openstack.org/149426
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=30bb83d64ffebeb7d0cdca170e658f25f3e02c63
Submitter: Jenkins
Branch: master

commit 30bb83d64ffebeb7d0cdca170e658f25f3e02c63
Author: Jay S. Bryant <email address hidden>
Date: Wed Jan 21 01:43:00 2015 -0600

    Move oslo.serialization to oslo_serialization namespace

    This is the fifth 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.utils sneak back in.

    Change-Id: Ida0f9512a816d45ec5cae4dc4da4dbc923a67cf4
    Partial-bug: 1409733