From: John Dewey Date: Fri, 6 Dec 2013 03:35:37 +0000 (-0800) Subject: Removed erronus config file comment X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=8bceddb9597203bcf59a4e75b1afd652d036df31;p=openstack-build%2Fneutron-build.git Removed erronus config file comment The comment stating 'DHCP agents needs it.' with regards to the rpc_notifier notification_driver is incorrect. Looking through the code, I see no place this is true. I believe it to be an error. Closes-Bug: #1258390 Change-Id: I58c2f9290731f3e88e4b4a5bdb600aa5bac1a12b --- diff --git a/etc/neutron.conf b/etc/neutron.conf index 83a6dbe23..a54bcd867 100644 --- a/etc/neutron.conf +++ b/etc/neutron.conf @@ -180,7 +180,7 @@ lock_path = $state_path/lock # notification_driver = neutron.openstack.common.notifier.no_op_notifier # Logging driver # notification_driver = neutron.openstack.common.notifier.log_notifier -# RPC driver. DHCP agents needs it. +# RPC driver. notification_driver = neutron.openstack.common.notifier.rpc_notifier # default_notification_level is used to form actual topic name(s) or to set logging level