Comment 2 for bug 1881759

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

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

commit e6023ecb482ee0dc7e29739b94e009c275cc24a1
Author: Maciej Józefczyk <email address hidden>
Date: Tue Jun 2 14:12:31 2020 +0000

    [OVN] Don't set virtual port type on ports with similar addresses

    Because of broken check why one port has similar address to the other
    one, the first one by mistake could be set as virtual.
    Example:
     port_1: 10.11.1.100
     port_2: 10.11.1.10

    On create of port_2 it is set as 'virtual', but shouldn't.

    This patch fixes that bug by using common function
    utils.get_ovn_port_addresses().

    Change-Id: Ia4b986146c77edf0616015380359e37233df80fc
    Closes-Bug: #1881759