Merge "Down PUBLIC_BRIDGE before trying to delete it"

This commit is contained in:
Jenkins 2017-02-15 01:48:48 +00:00 committed by Gerrit Code Review
commit 289c600646

1
lib/neutron_plugins/linuxbridge_agent Normal file → Executable file
View File

@ -8,6 +8,7 @@ _XTRACE_NEUTRON_LB=$(set +o | grep xtrace)
set +o xtrace
function neutron_lb_cleanup {
sudo ip link set $PUBLIC_BRIDGE down
sudo brctl delbr $PUBLIC_BRIDGE
if [[ "$Q_ML2_TENANT_NETWORK_TYPE" = "vxlan" ]]; then