| commit | 48519da9b01cda414467cbac0209e46e76e8303c | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Mon Jul 22 15:51:15 2013 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Mon Jul 22 15:51:15 2013 +0000 |
| tree | 28d864e5031d00c06b03104a3869da2a7e09912d | |
| parent | 4e8d764462f978e75d9801496aca68bb45d0f30c [diff] | |
| parent | dfe3f6bae7b74683472ffc510996a1fd0c41a7c7 [diff] |
Merge "Set external_network_bridge for the test configuration file"
diff --git a/lib/neutron_plugins/nicira b/lib/neutron_plugins/nicira index 9b9dbdc..eabc417 100644 --- a/lib/neutron_plugins/nicira +++ b/lib/neutron_plugins/nicira
@@ -47,6 +47,7 @@ function neutron_plugin_configure_debug_command() { sudo ovs-vsctl --no-wait -- --may-exist add-br $PUBLIC_BRIDGE + iniset $NEUTRON_TEST_CONFIG_FILE DEFAULT external_network_bridge "$PUBLIC_BRIDGE" } function neutron_plugin_configure_dhcp_agent() {