Comment 2 for bug 1444797

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

Reviewed: https://review.openstack.org/174203
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=d36940b720616ec6607c62eca50023eb00bdae01
Submitter: Jenkins
Branch: master

commit d36940b720616ec6607c62eca50023eb00bdae01
Author: YAMAMOTO Takashi <email address hidden>
Date: Thu Apr 16 13:39:55 2015 +0900

    ovs_lib: Fix a race between get_port_tag_dict and port removal

    get_port_tag_dict() gets a list of ports using get_port_name_list()
    and then queries the db again for ports in the list.
    It fails if some of ports disappeared in between.
    This change fixes it by ignoring "not exist" errors in the later query.

    Closes-Bug: #1444797
    Change-Id: Ic54b644bb1d72a4664b70f124863d17805c26fff