Find the interface ports regardless of VM's existence 38/12238/3
authoraticig <gulsum.atici@canonical.com>
Wed, 22 Jun 2022 19:03:37 +0000 (22:03 +0300)
committeraticig <gulsum.atici@canonical.com>
Thu, 23 Jun 2022 13:35:36 +0000 (15:35 +0200)
commit36cad669a99ed1655dc39b1c37aea6197ddbab55
treef62b7ba6a8d1deb847ed60ee4418aee0ed829e2b
parent29a4c1a24050561a70f4f47b276a268d48c79067
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 <gulsum.atici@canonical.com>
RO-VIM-openstack/osm_rovim_openstack/vimconn_openstack.py
releasenotes/notes/Fix_interface_port_deletion-dc3f5f5bccb9a019.yaml [new file with mode: 0644]