Comment 3 for bug 1513630

Revision history for this message
Davanum Srinivas (DIMS) (dims-v) wrote :

Neutron has:
    neutron.openstack.common.notifier.rpc_notifier2 = oslo_messaging.notify._impl_messaging:MessagingV2Driver
    neutron.openstack.common.notifier.rpc_notifier = oslo_messaging.notify._impl_messaging:MessagingDriver

oslo.messaging has:
    messagingv2 = oslo_messaging.notify.messaging:MessagingV2Driver
    messaging = oslo_messaging.notify.messaging:MessagingDriver

note that _impl means internal implementation :) but yeah. that would cause you to fail.