From 8bceddb9597203bcf59a4e75b1afd652d036df31 Mon Sep 17 00:00:00 2001 From: John Dewey Date: Thu, 5 Dec 2013 19:35:37 -0800 Subject: [PATCH] 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 --- etc/neutron.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2