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:
parent
df3e84aa45
commit
10ef24f259
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user