I am seeing red all over the linuxbridge gate.
This reverts commit 7f95baa5706980a0910741693abee73abea98b89.
Change-Id: I179f761f991db4b63c0e3445a9a13e43ffe68992
| ... | ... |
@@ -62,9 +62,7 @@ function neutron_plugin_configure_plugin_agent {
|
| 62 | 62 |
LB_INTERFACE_MAPPINGS=$PHYSICAL_NETWORK:$LB_PHYSICAL_INTERFACE |
| 63 | 63 |
fi |
| 64 | 64 |
if [[ "$PUBLIC_BRIDGE" != "" ]] && [[ "$PUBLIC_PHYSICAL_NETWORK" != "" ]]; then |
| 65 |
- if is_service_enabled neutron-l3; then |
|
| 66 |
- iniset /$Q_PLUGIN_CONF_FILE linux_bridge bridge_mappings "$PUBLIC_PHYSICAL_NETWORK:$PUBLIC_BRIDGE" |
|
| 67 |
- fi |
|
| 65 |
+ iniset /$Q_PLUGIN_CONF_FILE linux_bridge bridge_mappings "$PUBLIC_PHYSICAL_NETWORK:$PUBLIC_BRIDGE" |
|
| 68 | 66 |
fi |
| 69 | 67 |
if [[ "$LB_INTERFACE_MAPPINGS" != "" ]]; then |
| 70 | 68 |
iniset /$Q_PLUGIN_CONF_FILE linux_bridge physical_interface_mappings $LB_INTERFACE_MAPPINGS |