]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Move oslo.messaging to the oslo_messaging namespace
authorJay S. Bryant <jsbryant@us.ibm.com>
Tue, 3 Mar 2015 03:31:46 +0000 (21:31 -0600)
committerJay S. Bryant <jsbryant@us.ibm.com>
Tue, 3 Mar 2015 15:21:25 +0000 (09:21 -0600)
commit00cb3734aed8236c03f067aae9c72616001d89f6
treec8e546a6cc248b0728866d382b5a8e31094af547
parent2abbe19ee3874a2e2e0e8fbc7c21d5ee05eb9d5b
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
17 files changed:
cinder/api/contrib/volume_actions.py
cinder/backup/manager.py
cinder/backup/rpcapi.py
cinder/cmd/manage.py
cinder/manager.py
cinder/rpc.py
cinder/scheduler/manager.py
cinder/scheduler/rpcapi.py
cinder/service.py
cinder/test.py
cinder/tests/api/contrib/test_volume_actions.py
cinder/tests/fake_notifier.py
cinder/tests/test_cmd.py
cinder/tests/test_test.py
cinder/volume/manager.py
cinder/volume/rpcapi.py
setup.cfg