remove external_network_bridge option

The external_network_bridge option is deprecated/legacy and being
removed from neutron (see depends patch). This patch removes the
external_network_bridge option iniset from our devstack scripts.

Depends-On: I07474713206c218710544ad98c08caaa37dbf53a
Change-Id: I0fdac5d6b7108a7bdd7ef271843b1349979ae8d8
This commit is contained in:
Boden R 2019-03-05 07:34:08 -07:00
parent df3e84aa45
commit 10ef24f259
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 {