Comment 5 for bug 1876092

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

Reviewed: https://review.opendev.org/726044
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=cd721a7dcb9073eca2671ffdc9dc7ed9819163ed
Submitter: Zuul
Branch: master

commit cd721a7dcb9073eca2671ffdc9dc7ed9819163ed
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