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").
Reviewed: https:/ /review. openstack. org/649615 /git.openstack. org/cgit/ openstack/ neutron/ commit/ ?id=dd95246fbe5 84c3008af32464d 90b41fb2d9f888
Committed: https:/
Submitter: Zuul
Branch: master
commit dd95246fbe584c3 008af32464d90b4 1fb2d9f888
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 XX-XX-XX- XX-XX") [1]. Having MAC addresses in that format breaks xx:xx:xx: xx:xx") .
as a netaddr.EUI object. The default string representation for a
netaddr.EUI object is the standard IEEE EUI-48 format
("XX-
the midonet gate, so revert to UNIX standard mac addresses
("xx:
[1] https:/ /netaddr. readthedocs. io/en/latest/ tutorial_ 02.html# formatting
Change-Id: I2d2727335c347a ccdeb39cbac5151 722e8a3339c
Closes-Bug: #1822999