Merge "Don't set external_network_bridge by default"
This commit is contained in:
commit
10e1e387ce
@ -54,7 +54,6 @@ function neutron_plugin_configure_dhcp_agent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function neutron_plugin_configure_l3_agent {
|
function neutron_plugin_configure_l3_agent {
|
||||||
iniset $Q_L3_CONF_FILE DEFAULT external_network_bridge
|
|
||||||
iniset $Q_L3_CONF_FILE DEFAULT l3_agent_manager neutron.agent.l3_agent.L3NATAgentWithStateReport
|
iniset $Q_L3_CONF_FILE DEFAULT l3_agent_manager neutron.agent.l3_agent.L3NATAgentWithStateReport
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -48,7 +48,6 @@ function neutron_plugin_configure_l3_agent {
|
|||||||
local conf_file=$1
|
local conf_file=$1
|
||||||
sudo brctl addbr $PUBLIC_BRIDGE
|
sudo brctl addbr $PUBLIC_BRIDGE
|
||||||
set_mtu $PUBLIC_BRIDGE $PUBLIC_BRIDGE_MTU
|
set_mtu $PUBLIC_BRIDGE $PUBLIC_BRIDGE_MTU
|
||||||
iniset $conf_file DEFAULT external_network_bridge
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function neutron_plugin_configure_plugin_agent {
|
function neutron_plugin_configure_plugin_agent {
|
||||||
|
@ -87,9 +87,7 @@ function _neutron_ovs_base_configure_firewall_driver {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function _neutron_ovs_base_configure_l3_agent {
|
function _neutron_ovs_base_configure_l3_agent {
|
||||||
if [ "$Q_USE_PROVIDERNET_FOR_PUBLIC" = "True" ]; then
|
if [ "$Q_USE_PROVIDERNET_FOR_PUBLIC" != "True" ]; then
|
||||||
iniset $Q_L3_CONF_FILE DEFAULT external_network_bridge ""
|
|
||||||
else
|
|
||||||
iniset $Q_L3_CONF_FILE DEFAULT external_network_bridge $PUBLIC_BRIDGE
|
iniset $Q_L3_CONF_FILE DEFAULT external_network_bridge $PUBLIC_BRIDGE
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user