summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorVincent Untz <vuntz@suse.com>2016-02-22 21:33:40 +0100
committerVincent Untz <vuntz@suse.com>2016-02-22 21:34:13 +0100
commit55a26c175c9285dad37628bc763007f435dd18f1 (patch)
tree4542edaeab01eb3ab7bacf26e4af604eeb0f4e67 /setup.cfg
parent6ffec892211131cc4861051f876e8ee843848d4b (diff)
downloadtrove-55a26c175c9285dad37628bc763007f435dd18f1.tar.gz
Update setup.cfg entry points for oslo namespace-less import paths
Oslo moved away from oslo.* namespace quite some time ago. Change-Id: I78e3acae3918c3a136fe47ae99426701ba99c0e6
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg10
1 files changed, 5 insertions, 5 deletions
diff --git a/setup.cfg b/setup.cfg
index 1c6c3e5e..18b68033 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -38,11 +38,11 @@ trove.api.extensions =
# These are for backwards compatibility with Havana notification_driver configuration values
oslo.messaging.notify.drivers =
- trove.openstack.common.notifier.log_notifier = oslo.messaging.notify._impl_log:LogDriver
- trove.openstack.common.notifier.no_op_notifier = oslo.messaging.notify._impl_noop:NoOpDriver
- trove.openstack.common.notifier.rpc_notifier2 = oslo.messaging.notify.messaging:MessagingV2Driver
- trove.openstack.common.notifier.rpc_notifier = oslo.messaging.notify.messaging:MessagingDriver
- trove.openstack.common.notifier.test_notifier = oslo.messaging.notify._impl_test:TestDriver
+ trove.openstack.common.notifier.log_notifier = oslo_messaging.notify._impl_log:LogDriver
+ trove.openstack.common.notifier.no_op_notifier = oslo_messaging.notify._impl_noop:NoOpDriver
+ trove.openstack.common.notifier.rpc_notifier2 = oslo_messaging.notify.messaging:MessagingV2Driver
+ trove.openstack.common.notifier.rpc_notifier = oslo_messaging.notify.messaging:MessagingDriver
+ trove.openstack.common.notifier.test_notifier = oslo_messaging.notify._impl_test:TestDriver
[global]
setup-hooks =