Comment 3 for bug 1860329

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

Reviewed: https://review.opendev.org/703373
Committed: https://git.openstack.org/cgit/openstack/os-vif/commit/?id=d5b61d10655b3b7a9d32378b5f7bcdb06479e15d
Submitter: Zuul
Branch: master

commit d5b61d10655b3b7a9d32378b5f7bcdb06479e15d
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Mon Jan 20 11:41:24 2020 +0000

    [OVS] VLAN tag should be set in the Port register

    In OVS, the VLAN tag for a device is set in the Port register,
    not the Interface [1][2]. Method "BaseOVS.create_ovs_vif_port"
    should implement it.

    [1] http://docs.openvswitch.org/en/latest/faq/configuration/
    [2] https://github.com/openstack/neutron/blob/1d354f75776fca6bf12beae70f7e3206459c84c4/neutron/agent/common/ovs_lib.py#L346-L347

    Change-Id: Iaebd42af6d5b8e3165cf10e269addae0ff3665fb
    Closes-Bug: #1860329