Merge "replace deprecated oslo_messaging _impl_messaging"
This commit is contained in:
commit
7355cd20ba
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user