Comment 2 for bug 1394084

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

Reviewed: https://review.openstack.org/135809
Committed: https://git.openstack.org/cgit/openstack/os-cloud-config/commit/?id=e3dbe9ab6a9242d056c8045ffe20cbd25a22b578
Submitter: Jenkins
Branch: master

commit e3dbe9ab6a9242d056c8045ffe20cbd25a22b578
Author: Steve Kowalik <email address hidden>
Date: Thu Nov 20 12:29:43 2014 +1100

    Deal with uppercase MAC address in register-nodes

    Ironic will downcase all MAC addresses that are registered, so if
    the node description uses uppercase MAC addresses, they will not
    be matched. Lowercase when checking MACs against the node mapping
    to sort this out.

    Change-Id: I322e5d9eeb3ed85dd42d67caff8c61cea8c23856
    Closes-Bug: #1394084