Comment 5 for bug 1720046

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

Reviewed: https://review.openstack.org/509836
Committed: https://git.openstack.org/cgit/openstack/neutron-lib/commit/?id=5deda57e17546cd14eb07f2bb1fae4b4ab4e8d67
Submitter: Jenkins
Branch: master

commit 5deda57e17546cd14eb07f2bb1fae4b4ab4e8d67
Author: Boden R <email address hidden>
Date: Thu Oct 5 11:00:14 2017 -0600

    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