Comment 7 for bug 1341268

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

Reviewed: https://review.openstack.org/112129
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=cf99eb988e05c56d3842ac388dfe9ada5aa8af86
Submitter: Jenkins
Branch: master

commit cf99eb988e05c56d3842ac388dfe9ada5aa8af86
Author: ChuckC <email address hidden>
Date: Mon Aug 4 16:52:36 2014 -0700

    Allow port mac_address to be modified

    With ironic servers, a NIC can fail and be replaced with one that has a
    different mac. The corresponding neutron port needs to be updated with
    the new mac address so the NIC can be guaranteed to retain the same IP
    address.

    This change enables this feature in the ml2 plugin. There may need to
    be changes to other plugins to disable or complete the implementation of
    this feature.

    Closes-Bug: #1341268
    Partially-implements: blueprint allow-mac-to-be-updated
    APIImpact: Ports
    DocImpact: minor port update api change
    Change-Id: I1864c0882cda7eddc9ced519ed3f96c91b2b63f3