Comment 4 for bug 1241230

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

Reviewed: https://review.openstack.org/52761
Committed: http://github.com/openstack/ironic/commit/124694c40974d6354a37034fb2bdc0faabc0ec10
Submitter: Jenkins
Branch: master

commit 124694c40974d6354a37034fb2bdc0faabc0ec10
Author: Haomeng, Wang <email address hidden>
Date: Sat Oct 19 19:36:16 2013 +0800

    Support uniform MAC address with colons

    The MAC address hexadecimal digits are separated by hyphens (-) or colons (:),
    however to avoid confusing, we dont support hyphens.

    Change-Id: I6099d654181ef0cb9b91ea3426c09e5128c65bdf
    Closes-Bug: #1241230