Browse code

Remove stale config l3|dhcp_agent_manager options

There is no longer a trace of these options anywhere in the
Neutron codebase. These can be safely removed.

Change-Id: Ibf00e158248e2a20248917c8cfc0011d30da6a82

Armando Migliaccio authored on 2016/08/13 11:07:12
Showing 2 changed files
... ...
@@ -44,14 +44,13 @@ function neutron_plugin_configure_debug_command {
44 44
 
45 45
 function neutron_plugin_configure_dhcp_agent {
46 46
     local conf_file=$1
47
-    iniset $conf_file DEFAULT dhcp_agent_manager neutron.agent.dhcp_agent.DhcpAgentWithStateReport
47
+    :
48 48
 }
49 49
 
50 50
 function neutron_plugin_configure_l3_agent {
51 51
     local conf_file=$1
52 52
     sudo brctl addbr $PUBLIC_BRIDGE
53 53
     iniset $conf_file DEFAULT external_network_bridge
54
-    iniset $conf_file DEFAULT l3_agent_manager neutron.agent.l3_agent.L3NATAgentWithStateReport
55 54
 }
56 55
 
57 56
 function neutron_plugin_configure_plugin_agent {
... ...
@@ -29,13 +29,12 @@ function neutron_plugin_configure_debug_command {
29 29
 
30 30
 function neutron_plugin_configure_dhcp_agent {
31 31
     local conf_file=$1
32
-    iniset $conf_file DEFAULT dhcp_agent_manager neutron.agent.dhcp_agent.DhcpAgentWithStateReport
32
+    :
33 33
 }
34 34
 
35 35
 function neutron_plugin_configure_l3_agent {
36 36
     local conf_file=$1
37 37
     _neutron_ovs_base_configure_l3_agent
38
-    iniset $conf_file DEFAULT l3_agent_manager neutron.agent.l3_agent.L3NATAgentWithStateReport
39 38
 }
40 39
 
41 40
 function neutron_plugin_configure_plugin_agent {