Comment 5 for bug 1008029

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

Reviewed: https://review.openstack.org/8597
Committed: http://github.com/openstack/quantum/commit/b6cb4316da8559398653e24de550b321f12e3e86
Submitter: Jenkins
Branch: master

commit b6cb4316da8559398653e24de550b321f12e3e86
Author: Gary Kotton <email address hidden>
Date: Tue Jun 19 16:32:22 2012 -0700

    Ensure unique mac address allocation.
    This is the first part of bug 1008029

    If the port command does not contain a MAC address then Quantum will generate
    a random MAC address. The mac address will be saved in the database to ensure
    that it is not used by another port on the same network.

    Added mock-based test for mac exhaustion.

    Change-Id: I4d3fe12fd1e3c347b8e286d920a0609d0b3c4e8c