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:
Phil Day
2014-02-07 12:55:05 +00:00
parent b030ef1cb8
commit def860c240

View File

@@ -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