Comment 12 for bug 2031184

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/892752
Committed: https://opendev.org/openstack/neutron/commit/326463f2fd1e04b3f8af6b2e11a2ac9e1fa13240
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 326463f2fd1e04b3f8af6b2e11a2ac9e1fa13240
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)