Fixes bug #1203210
Supports blueprint nvp-third-party-support
Change-Id: I21d769b552d31fe099f2773c919e0c7b471399fc
| ... | ... |
@@ -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() {
|