Comment 9 for bug 1876092

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

Reviewed: https://review.opendev.org/739295
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=7b41d63f8f65768800df68b5e33315672960b961
Submitter: Zuul
Branch: stable/ussuri

commit 7b41d63f8f65768800df68b5e33315672960b961
Author: Yang JianFeng <email address hidden>
Date: Thu May 7 05:36:31 2020 +0000

    Make DVR router support FLAT network for ovs-agent

    Currently codes only support assocate tunnel network and vlan network
    to DVR router. This patch add codes that make the flat network assocate
    to DVR router and make it work fine.

    The patch also remove two unused constant entries: 'FLAT_VLAN_ID' and
    'LOCAL_VLAN_ID'

    Change-Id: I7d792ce288d96548298f169748565266a130bd86
    Closes-Bug: #1876092
    (cherry picked from commit cd721a7dcb9073eca2671ffdc9dc7ed9819163ed)