Comment 0 for bug 1493763

Revision history for this message
Romil Gupta (romilg) wrote : OVSvApp sg agent doesn't delete the stale VM's flows

Instead of calling:

self.sg_agent.remove_devices_filter(vnic.port_uuid)

we need to call self.sg_agent.remove_device_filter(vnic.port_uuid)

similarly,
self.sg_agent.remove_devices_filter(port_id)

it should be self.sg_agent.remove_device_filter(port_id)