Comment 10 for bug 2031184

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/892750
Committed: https://opendev.org/openstack/neutron/commit/7034f4cf73723d129b950d370b167c1c576d559c
Submitter: "Zuul (22348)"
Branch: stable/yoga

commit 7034f4cf73723d129b950d370b167c1c576d559c
Author: Miro Tomaska <email address hidden>
Date: Thu Aug 17 11:16:19 2023 -0400

    Fix ovn-metadata agent sync of unused namespaces

    metadata_namespaces contained datapath uuid and not the
    neutron network uuid. This broke the logic for namespaces clean up,
    resulting in all namespaces getting torn down and recreated at each
    metadata agent sync.

    Closes-Bug: #2031184
    Change-Id: I58dd1973b73aa006234e7b808b6a3f357182a4b3
    (cherry picked from commit 87b2f34a98349012ecceed0e54dc766d36024685)