Browse code

Set external_network_bridge for the test configuration file

Fixes bug #1203210
Supports blueprint nvp-third-party-support

Change-Id: I21d769b552d31fe099f2773c919e0c7b471399fc

armando-migliaccio authored on 2013/07/20 08:51:26
Showing 1 changed files
... ...
@@ -47,6 +47,7 @@ function neutron_plugin_configure_common() {
47 47
 
48 48
 function neutron_plugin_configure_debug_command() {
49 49
     sudo ovs-vsctl --no-wait -- --may-exist add-br $PUBLIC_BRIDGE
50
+    iniset $NEUTRON_TEST_CONFIG_FILE DEFAULT external_network_bridge "$PUBLIC_BRIDGE"
50 51
 }
51 52
 
52 53
 function neutron_plugin_configure_dhcp_agent() {