Browse code

set dhcp_agent_manager for ovs plugin

related to bug 1131446, makes makes this setting no longer the default,
as doing so broke DHCP for other plugins.

Change-Id: I01ff9e00ba8d416179b485000e69cf3b3908b7bf

Dan Wendlandt authored on 2013/02/23 00:27:26
Showing 1 changed files
... ...
@@ -31,7 +31,7 @@ function quantum_plugin_configure_debug_command() {
31 31
 }
32 32
 
33 33
 function quantum_plugin_configure_dhcp_agent() {
34
-    :
34
+    iniset $Q_DHCP_CONF_FILE DEFAULT dhcp_agent_manager quantum.agent.dhcp_agent.DhcpAgentWithStateReport
35 35
 }
36 36
 
37 37
 function quantum_plugin_configure_l3_agent() {