Browse code

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

armando-migliaccio authored on 2013/06/12 07:22:58
Showing 1 changed files
... ...
@@ -46,7 +46,7 @@ function quantum_plugin_configure_common() {
46 46
 }
47 47
 
48 48
 function quantum_plugin_configure_debug_command() {
49
-    :
49
+    sudo ovs-vsctl --no-wait -- --may-exist add-br $PUBLIC_BRIDGE
50 50
 }
51 51
 
52 52
 function quantum_plugin_configure_dhcp_agent() {