Comment 45 for bug 1953165

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/881703
Committed: https://opendev.org/openstack/neutron/commit/080770cd7b0331e708d54970cdda5fb6b3bc1b20
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit 080770cd7b0331e708d54970cdda5fb6b3bc1b20
Author: Bence Romsics <email address hidden>
Date: Mon Mar 6 13:04:01 2023 +0100

    Suppress IPv6 metadata DAD failure and delete address

    IPv4 DAD is non-existent in Linux or its failure is silent, so we
    never needed to catch and ignore it. On the other hand IPv6 DAD
    failure is explicit, hence comes this change.

    This of course leaves the metadata service dead on hosts where
    duplicate address detection failed. But if we catch the
    DADFailed exception and delete the address, at least other
    functions of the dhcp-agent should not be affected.

    With this the IPv6 isolated metadata service is not redundant, which
    is the best we can do without a redesign.

    Also document the promised service level of isolated metadata.

    Added additional tests for the metadata driver as well.

    Change-Id: I6b544c5528cb22e5e8846fc47dfb8b05f70f975c
    Partial-Bug: #1953165
    (cherry picked from commit 2aee961ab6942ab59aeacdc93d918c8c19023041)
    (cherry picked from commit 071255f098e0e73fd5220f83cbbc8ac1c421f3ab)
    (cherry picked from commit 1c615281f7632f3f1cf4bd37eefe90c50c6dfe25)
    (cherry picked from commit defb6018f3a395094cc85a03b93a2a0b43d2f6ff)
    (cherry picked from commit 1d674825ebbe5fcab6c8fef7d03b5cf9b332b743)
    (cherry picked from commit f53cff4a9c57bb39db8baf3f4a41ade085af98b4)