Comment 32 for bug 1954763

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/863881
Committed: https://opendev.org/openstack/neutron/commit/f7dd7790f5c6e3149af4680ba521089328d1eb0c
Submitter: "Zuul (22348)"
Branch: master

commit f7dd7790f5c6e3149af4680ba521089328d1eb0c
Author: elajkat <email address hidden>
Date: Fri Nov 4 16:51:03 2022 +0100

    Fix bulk create without mac

    Bulk port create without mac address fails as when Neutron calls
    oslo_utils.netutils.get_ipv6_addr_by_EUI64, as the mac field of the port
    is an ATTR_NOT_SPECIFIED Sentinel() object.
    With some reshuffling of the code to fill the mac field this can be
    fixed.

    Closes-Bug: #1995732
    Related-Bug: #1954763

    Change-Id: Id594003681f4755d8fd1af3b98e281c3109420f6