quantum-debug configuration fails on missing PUBLIC_BRIDGE

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
This commit is contained in:
armando-migliaccio 2013-06-11 15:22:58 -07:00
parent f606adb4a8
commit fb430899a6

View File

@ -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() {