From cb07090ece600c5abb8f731ad178524cda7a1d6b Mon Sep 17 00:00:00 2001 From: Javeme Date: Fri, 18 Dec 2015 20:56:42 +0800 Subject: [PATCH] replace deprecated oslo_messaging _impl_messaging Use oslo_messaging.notify.messaging instead of the deprecated oslo_messaging.notify._impl_messaging. ref: https://github.com/openstack/oslo.messaging/blob/master/oslo_messaging/ notify/_impl_messaging.py#L20 Change-Id: I9cf194d545f03ffcb77d26f55ac08c1b59b7174c --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index cd8babbd2a..3f3ef2637c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -134,8 +134,8 @@ heat.templates = oslo.messaging.notify.drivers = heat.openstack.common.notifier.log_notifier = oslo_messaging.notify._impl_log:LogDriver heat.openstack.common.notifier.no_op_notifier = oslo_messaging.notify._impl_noop:NoOpDriver - heat.openstack.common.notifier.rpc_notifier2 = oslo_messaging.notify._impl_messaging:MessagingV2Driver - heat.openstack.common.notifier.rpc_notifier = oslo_messaging.notify._impl_messaging:MessagingDriver + heat.openstack.common.notifier.rpc_notifier2 = oslo_messaging.notify.messaging:MessagingV2Driver + heat.openstack.common.notifier.rpc_notifier = oslo_messaging.notify.messaging:MessagingDriver heat.openstack.common.notifier.test_notifier = oslo_messaging.notify._impl_test:TestDriver [global]