Comment 4 for bug 1623708

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

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

commit 08f2af18f996c9ec89ddb6554a1132aa9605b5af
Author: rossella <email address hidden>
Date: Fri Sep 2 19:40:52 2016 +0200

    Handle add/remove subports events loss due to agent failures

    Upon restart the agent reconciles the logical with the physical
    state by removing/adding physical subports that are used to
    be/are current present in the logical view.

    This patch adds a functional test to demonstrate that there's
    no need to handle the resync in the trunk driver, since the ovs
    agent already takes care of it.

    Change-Id: I164153c79313f2ae7a1fca0414736d5987656185
    Partially-implements: blueprint vlan-aware-vms
    Partial-bug: #1623708