Typo in backwards compat names for notification drivers
The switch to oslo.messaging uses setup.cfg to provide a mapping for the Nova notification drivers, but mis-spelt them. This will break any existing Nova systems that use notifictaions for things like billing, monitoring, etc Change-Id: I217d6b68a64ee008a82426b890a32a97b849cb4d
This commit is contained in:
10
setup.cfg
10
setup.cfg
@@ -130,11 +130,11 @@ nova.api.v3.extensions.server.update =
|
||||
|
||||
# These are for backwards compat with Havana notification_driver configuration values
|
||||
oslo.messaging.notify.drivers =
|
||||
nova.openstack.common.notififier.log_notifier = oslo.messaging.notify._impl_log:LogDriver
|
||||
nova.openstack.common.notififier.no_op_notifier = oslo.messaging.notify._impl_noop:NoOpDriver
|
||||
nova.openstack.common.notififier.rpc_notifier2 = oslo.messaging.notify._impl_messaging:MessagingV2Driver
|
||||
nova.openstack.common.notififier.rpc_notifier = oslo.messaging.notify._impl_messaging:MessagingDriver
|
||||
nova.openstack.common.notififier.test_notifier = oslo.messaging.notify._impl_test:TestDriver
|
||||
nova.openstack.common.notifier.log_notifier = oslo.messaging.notify._impl_log:LogDriver
|
||||
nova.openstack.common.notifier.no_op_notifier = oslo.messaging.notify._impl_noop:NoOpDriver
|
||||
nova.openstack.common.notifier.rpc_notifier2 = oslo.messaging.notify._impl_messaging:MessagingV2Driver
|
||||
nova.openstack.common.notifier.rpc_notifier = oslo.messaging.notify._impl_messaging:MessagingDriver
|
||||
nova.openstack.common.notifier.test_notifier = oslo.messaging.notify._impl_test:TestDriver
|
||||
|
||||
[build_sphinx]
|
||||
all_files = 1
|
||||
|
Reference in New Issue
Block a user