neutron-lib/releasenotes/notes/revert-review-400408-4999a9159689c0c5.yaml
Boden R 5deda57e17 revert get_random_mac behavior from review 400408
Commit If2539f94b5479f0d6afa64c973082cbe8c5309ac made get_random_mac
more versatile. However, in the process it introduced incompatibilities
with the current behavior of randomizing mac as outlined in the
respective bug report.

This patch reverts the logic of get_random_mac back to its original
behavior for backwards compatibility as we suspect no one is relying
on the new behavior from If2539f94b5479f0d6afa64c973082cbe8c5309ac.

Change-Id: I047ff3e17c19fc80a47d3c73ee955103a71d2b30
Closes-Bug: #1720046
2017-10-05 11:00:14 -06:00

7 lines
294 B
YAML

---
fixes:
- Bug `1720046 <https://bugs.launchpad.net/neutron/+bug/1720046>`_ is fixed
by reverting the logic of ``neutron_lib.utils.net.get_random_mac`` to its
original behavior from commit `If2539f94b5479f0d6afa64c973082cbe8c5309ac
<https://review.openstack.org/#/c/400408/>`_.