Comment 1 for bug 1874065

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

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

commit 269734184645e7e168a7a6de9352ef79aae8b6f4
Author: Lucas Alvares Gomes <email address hidden>
Date: Tue Apr 21 09:36:35 2020 +0100

    [OVN] External ports: Account for VNIC_DIRECT_PHYSICAL / VNIC_MACVTAP

    Prior to this patch, the OVN driver wasn't account for the VNIC types
    VNIC_DIRECT_PHYSICAL and VNIC_MACVTAP. These types should work the same
    way as the VNIC_DIRECT type in the OVN driver perspective.

    Closes-Bug: #1874065
    Change-Id: Idb596b5a80a3155bc9cdee1e082506701e730f00
    Signed-off-by: Lucas Alvares Gomes <email address hidden>