Reviewed: https://review.opendev.org/c/openstack/ovn-octavia-provider/+/875400 Committed: https://opendev.org/openstack/ovn-octavia-provider/commit/cc30eae60c57a5b46e3e564875b67d7bb5edfff5 Submitter: "Zuul (22348)" Branch: master
commit cc30eae60c57a5b46e3e564875b67d7bb5edfff5 Author: Fernando Royo <[email protected]> Date: Mon Feb 27 12:10:25 2023 +0100 Remove HM uuiid from LB external_ids when the HM's pool is deleted The expected behavior when a HM is deleted is that any reference to it in the LB's external_ids must be cleanup or removed. Until this patch, this reference was not removed when the pool associated to the HM is deleted. Closes-Bug: #2008695 Change-Id: Ieeef917d9e293af27e5feed14335f25fd9a6fb48 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/2008695 Title: Remove any LB HM references from the external_ids upon deleting an HM Status in neutron: Fix Released Bug description: HM's uuid is included in the external_ids of the associated LB, like this: "octavia:healthmonitors"="["483e8e50-3d0a-4f03-9c4b-42ab315f5a11"]". The expected behavior is that this entry would be removed from the external_ids of the LB when the HM is deleted. But currently, this entry is not removed or cleaned up. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/2008695/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

