Merge "[neutron] 'up' interfaces added via ovs auto_bridge_add"

This commit is contained in:
Zuul 2019-03-15 06:29:31 +00:00 committed by Gerrit Code Review
commit ca9dfffafd
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ do
if [ -n "$iface" ] && [ "$iface" != "null" ]
then
ovs-vsctl --no-wait --may-exist add-port $bridge $iface
ip link set dev $iface up
fi
done