Merge "[OVN Migration] Remove trunk's subports from the nodes" into stable/ussuri

This commit is contained in:
Zuul 2021-11-04 09:40:53 +00:00 committed by Gerrit Code Review
commit f561d9be26
1 changed files with 3 additions and 0 deletions

View File

@ -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: |