From: aticig Date: Wed, 22 Jun 2022 19:03:37 +0000 (+0300) Subject: Find the interface ports regardless of VM's existence X-Git-Tag: v12.0.0rc1~7 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=36cad669a99ed1655dc39b1c37aea6197ddbab55;hp=36cad669a99ed1655dc39b1c37aea6197ddbab55;p=osm%2FRO.git Find the interface ports regardless of VM's existence This patch will find and delete the network interface ports regardless of VM's existence. In healing feature, when the VM is deleted manually, network interfaces ports still exist in the Openstack Cloud. If we check the network ports' presence according to vm_id, those ports are not deleted and heal operation fails. This patch will find all the ports, than deletion required interface will be deleted. Change-Id: I139559844aa148109588f70f1472ee2e07d7df67 Signed-off-by: aticig ---