Comment 7 for bug 1729213

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

Reviewed: https://review.openstack.org/518190
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=364e5db586a93902e99f68a8e213ad9b2a9f39b5
Submitter: Zuul
Branch: master

commit 364e5db586a93902e99f68a8e213ad9b2a9f39b5
Author: Zachary <mazengxie@126.com>
Date: Tue Nov 7 09:09:48 2017 +0800

    ovs-fw: catches exception from ovsdb

    OVS agent will raise an exception when deleting
    multiple vms in bulk. Nova will delete tap when vms are
    removed. Then, ovs agent checks ovs_port
    by calling "self.get_ovs_port", and the exception will be raised.
    The patch will catch exception.

    Change-Id: Ief7de22e5f85253d8a25ecfbb139a8f87c1a0b35
    Closes-Bug: #1729213