summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJay S. Bryant <jsbryant@us.ibm.com>2015-03-02 21:31:46 -0600
committerJay S. Bryant <jsbryant@us.ibm.com>2015-03-03 09:21:25 -0600
commit00cb3734aed8236c03f067aae9c72616001d89f6 (patch)
treec8e546a6cc248b0728866d382b5a8e31094af547 /setup.cfg
parent2abbe19ee3874a2e2e0e8fbc7c21d5ee05eb9d5b (diff)
downloadcinder-00cb3734aed8236c03f067aae9c72616001d89f6.tar.gz
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
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg12
1 files changed, 6 insertions, 6 deletions
diff --git a/setup.cfg b/setup.cfg
index 9c56be70f..f6f0bf6ab 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -53,12 +53,12 @@ console_scripts =
cinder-volume = cinder.cmd.volume:main
cinder-volume-usage-audit = cinder.cmd.volume_usage_audit:main
# These are for backwards compat with Havana notification_driver configuration values
-oslo.messaging.notify.drivers =
- cinder.openstack.common.notifier.log_notifier = oslo.messaging.notify._impl_log:LogDriver
- cinder.openstack.common.notifier.no_op_notifier = oslo.messaging.notify._impl_noop:NoOpDriver
- cinder.openstack.common.notifier.rpc_notifier2 = oslo.messaging.notify._impl_messaging:MessagingV2Driver
- cinder.openstack.common.notifier.rpc_notifier = oslo.messaging.notify._impl_messaging:MessagingDriver
- cinder.openstack.common.notifier.test_notifier = oslo.messaging.notify._impl_test:TestDriver
+oslo_messaging.notify.drivers =
+ cinder.openstack.common.notifier.log_notifier = oslo_messaging.notify._impl_log:LogDriver
+ cinder.openstack.common.notifier.no_op_notifier = oslo_messaging.notify._impl_noop:NoOpDriver
+ cinder.openstack.common.notifier.rpc_notifier2 = oslo_messaging.notify._impl_messaging:MessagingV2Driver
+ cinder.openstack.common.notifier.rpc_notifier = oslo_messaging.notify._impl_messaging:MessagingDriver
+ cinder.openstack.common.notifier.test_notifier = oslo_messaging.notify._impl_test:TestDriver
cinder.database.migration_backend =
sqlalchemy = oslo_db.sqlalchemy.migration