Merge "replace deprecated oslo_messaging _impl_messaging"

This commit is contained in:
Jenkins 2016-01-11 12:28:47 +00:00 committed by Gerrit Code Review
commit 7355cd20ba
1 changed files with 2 additions and 2 deletions

View File

@ -138,8 +138,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]