Comment 4 for bug 1724014

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to networking-fujitsu (stable/pike)

Reviewed: https://review.openstack.org/513035
Committed: https://git.openstack.org/cgit/openstack/networking-fujitsu/commit/?id=c6328889a12d249a110a34159fbe44014833a2a7
Submitter: Zuul
Branch: stable/pike

commit c6328889a12d249a110a34159fbe44014833a2a7
Author: Yushiro FURUKAWA <email address hidden>
Date: Tue Oct 17 03:46:27 2017 +0900

    Fix LAG configuration for VXLAN

    This commit fixes wrong LAG configuration when network_type is 'vxlan'.
    In order to configure LAG with VXLAN, following settings are necessary:

      * 'logicalport' should be associated with local VLAN as vlan_bindings
        on Physical_Port table.
      * FOS switch's interface should have the logicalport reference.

    Change-Id: I3bf6dd32daebb85eb2856069b334048eac3f1a24
    Closes-Bug: #1724014
    (cherry picked from commit 17d846ad839b6ee5340e0743630732ecdcf8aed3)