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