Remove backwards compat oslo.messaging entries from setup.cfg

Nuke unnecessary entries for messaging

Change-Id: I8da1c3c9378e95ecfec05b35096a56b1555ac7ce
This commit is contained in:
Davanum Srinivas
2015-02-04 19:10:32 -05:00
committed by Davanum Srinivas (dims)
parent 97d63d8745
commit 0a95872e13
-8
View File
@@ -174,14 +174,6 @@ nova.ipv6_backend =
rfc2462 = nova.ipv6.rfc2462
account_identifier = nova.ipv6.account_identifier
# These are for backwards compat with Havana notification_driver configuration values
oslo.messaging.notify.drivers =
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
build-dir = doc/build