Comment 12 for bug 1822999

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

Reviewed: https://review.openstack.org/650337
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=ba64c6ab9798b833352cd1ace51883c6f5cb7ec9
Submitter: Zuul
Branch: stable/stein

commit ba64c6ab9798b833352cd1ace51883c6f5cb7ec9
Author: Nate Johnston <email address hidden>
Date: Wed Apr 3 09:27:37 2019 -0400

    Ensure that bulk port dicts have unix-style MAC addresses

    The bulk port code uses the Port OVO object, which encodes MAC address
    as a netaddr.EUI object. The default string representation for a
    netaddr.EUI object is the standard IEEE EUI-48 format
    ("XX-XX-XX-XX-XX-XX") [1]. Having MAC addresses in that format breaks
    the midonet gate, so revert to UNIX standard mac addresses
    ("xx:xx:xx:xx:xx:xx").

    [1] https://netaddr.readthedocs.io/en/latest/tutorial_02.html#formatting

    Change-Id: I2d2727335c347accdeb39cbac5151722e8a3339c
    Closes-Bug: #1822999
    (cherry picked from commit dd95246fbe584c3008af32464d90b41fb2d9f888)