Comment 15 for bug 1830383

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

Reviewed: https://review.opendev.org/663517
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=0ca634a60614d592983d2a90ac10fb6afe1bcfcb
Submitter: Zuul
Branch: stable/pike

commit 0ca634a60614d592983d2a90ac10fb6afe1bcfcb
Author: Oleg Bondarev <email address hidden>
Date: Fri May 24 18:11:15 2019 +0400

    Reset MAC on unbinding direct-physical port

    direct-physical ports inherit MAC address of physical device
    when binding happens (VM created). When VM is deleted this
    MAC has to be cleared so other ports may be bound to same device
    without conflicts.

    Conflicts:
        neutron/plugins/ml2/plugin.py

    Change-Id: I9dc8562546e9a7365d18492678f7fc1cb3553622
    Closes-Bug: #1830383
    (cherry picked from commit e603d19939c98b94081bb6a3af8bcb943f7bd2ce)