Merge "[OVN Migration] Remove trunk's subports from the nodes"

This commit is contained in:
Zuul 2021-10-25 13:07:11 +00:00 committed by Gerrit Code Review
commit 71636d6756

@ -11,6 +11,9 @@
done
done
- name: Cleanup neutron trunk subports
shell: |
ovs-vsctl list interface | awk '/name[ ]*: sp[it]-/ { print $3 }' | xargs -n1 ovs-vsctl del-port
- name: Clean neutron datapath security groups from iptables
shell: |