Comment 2 for bug 1493763

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to networking-vsphere (master)

Reviewed: https://review.openstack.org/221677
Committed: https://git.openstack.org/cgit/openstack/networking-vsphere/commit/?id=94cba0d75369b54609e43c2d23c1bb2210adb755
Submitter: Jenkins
Branch: master

commit 94cba0d75369b54609e43c2d23c1bb2210adb755
Author: Romil Gupta <email address hidden>
Date: Wed Sep 9 02:51:23 2015 -0700

    Fix VM flows are not getting deleted from br-sec

    We have a issue that after deleting a VM from ESX host,
    the flows related for that VM are not getting deleted
    from br-sec bridge.

    This patch-set address this issues by overriding the remove_devices_filter()
    method in ovsvapp_sg_agent.py

    Change-Id: I6995a4d3c62dcf0b0ee48cc89f46821bf499640f
    Closes-Bug: #1493763