VM instance is deleted from OpenStack, but not from the underlying host causing IP duplication
Problem
Environment
Procedure
# domname=`virsh list --all | awk '{print $2}'`
# for val in $domname; do virsh domiflist $val; done# virsh undefine <culprit-VM-uuid>Last updated
