Merge "remove external_network_bridge option"

This commit is contained in:
Zuul
2019-03-13 18:21:41 +00:00
committed by Gerrit Code Review
3 changed files with 0 additions and 3 deletions

View File

@@ -164,7 +164,6 @@ function neutron_plugin_configure_common_v3 {
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 {

View File

@@ -76,7 +76,6 @@ function neutron_plugin_configure_common {
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 {

View File

@@ -131,7 +131,6 @@ function neutron_plugin_configure_common {
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 {