The Nicira plugin does not require an L3 agent, however the PUBLIC_BRIDGE is needed by the quantum-debug tool as well as nicira third_party configuration. Fixes bug #1190062 Change-Id: Ie60f8f340e034a35a65e54518838c1d751a481a8
@@ -46,7 +46,7 @@ function quantum_plugin_configure_common() {
}
function quantum_plugin_configure_debug_command() {
- :
+ sudo ovs-vsctl --no-wait -- --may-exist add-br $PUBLIC_BRIDGE
function quantum_plugin_configure_dhcp_agent() {