From 0a95872e132d69a5bc658a0124db08c23c3df2d4 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Wed, 4 Feb 2015 19:10:32 -0500 Subject: [PATCH] Remove backwards compat oslo.messaging entries from setup.cfg Nuke unnecessary entries for messaging Change-Id: I8da1c3c9378e95ecfec05b35096a56b1555ac7ce --- setup.cfg | 8 -------- 1 file changed, 8 deletions(-) diff --git a/setup.cfg b/setup.cfg index 6422e59638..f767f7983f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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