Revert "Fix devstack with linuxbridge without l3 agent"
I am seeing red all over the linuxbridge gate.
This reverts commit 7f95baa570
.
Change-Id: I179f761f991db4b63c0e3445a9a13e43ffe68992
This commit is contained in:
parent
7f95baa570
commit
6653d74fc4
@ -62,9 +62,7 @@ function neutron_plugin_configure_plugin_agent {
|
||||
LB_INTERFACE_MAPPINGS=$PHYSICAL_NETWORK:$LB_PHYSICAL_INTERFACE
|
||||
fi
|
||||
if [[ "$PUBLIC_BRIDGE" != "" ]] && [[ "$PUBLIC_PHYSICAL_NETWORK" != "" ]]; then
|
||||
if is_service_enabled neutron-l3; then
|
||||
iniset /$Q_PLUGIN_CONF_FILE linux_bridge bridge_mappings "$PUBLIC_PHYSICAL_NETWORK:$PUBLIC_BRIDGE"
|
||||
fi
|
||||
iniset /$Q_PLUGIN_CONF_FILE linux_bridge bridge_mappings "$PUBLIC_PHYSICAL_NETWORK:$PUBLIC_BRIDGE"
|
||||
fi
|
||||
if [[ "$LB_INTERFACE_MAPPINGS" != "" ]]; then
|
||||
iniset /$Q_PLUGIN_CONF_FILE linux_bridge physical_interface_mappings $LB_INTERFACE_MAPPINGS
|
||||
|
Loading…
Reference in New Issue
Block a user