Merge "ovn-migration: Delete FIP agent gateway ports" into stable/ussuri

This commit is contained in:
Zuul 2021-07-19 14:00:24 +00:00 committed by Gerrit Code Review
commit 1a577af803
1 changed files with 3 additions and 0 deletions

View File

@ -26,4 +26,7 @@ do
openstack network delete $i
done
# Delete DVR gateway ports
openstack port delete $(openstack port list --device-owner "network:floatingip_agent_gateway" -c id -f value)
exit 0