Comment 10 for bug 1974173

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

Reviewed: https://review.opendev.org/c/openstack/nova/+/842586
Committed: https://opendev.org/openstack/nova/commit/d322f8e8b5a95fd60dab9c6c543b4c77ea893836
Submitter: "Zuul (22348)"
Branch: stable/xena

commit d322f8e8b5a95fd60dab9c6c543b4c77ea893836
Author: Stephen Finucane <email address hidden>
Date: Thu May 19 12:04:08 2022 +0100

    neutron: Unbind remaining ports after PortNotFound

    Just because we encountered a PortNotFound error when unbinding a port
    doesn't mean we should stop unbinding the remaining ports. If this error
    is encountered, simply continue with the other ports.

    While we're here, we clean up some other tests related to '_unbind_port'
    since they're clearly duplicates.

    Conflicts:
      nova/tests/unit/network/test_neutron.py

    NOTE(stephenfin): Conflicts are due to the absence of change
    I8058902df167239fa455396d3595a56bcf472b2b ("neutron: Rework how we check
    for extensions") which we don't want to backport.

    Change-Id: Id04e0df12829df4d8929e03a8b76b5cbe0549059
    Signed-off-by: Stephen Finucane <email address hidden>
    Closes-Bug: #1974173
    (cherry picked from commit 9e0dcb52ab308a63c6a18e47d1850cc3ade4d807)
    (cherry picked from commit 6f32b118640ee466b58155b5ecd50e041b4a2e7e)