Comment 11 for bug 2031184

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/892751
Committed: https://opendev.org/openstack/neutron/commit/41df9488a8672e4502f553bbd5c65ac4f4a9e6eb
Submitter: "Zuul (22348)"
Branch: stable/xena

commit 41df9488a8672e4502f553bbd5c65ac4f4a9e6eb
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)