Reviewed: https://review.opendev.org/c/openstack/neutron/+/885744 Committed: https://opendev.org/openstack/neutron/commit/9ca0e34a5edeb0419d86117dfaabb3f7842bb347 Submitter: "Zuul (22348)" Branch: master
commit 9ca0e34a5edeb0419d86117dfaabb3f7842bb347 Author: Rodolfo Alonso Hernandez <[email protected]> Date: Fri Jun 9 11:52:38 2023 +0000 Delete the "Chassis_Private" register when deleting an agent The method ``delete_agent`` [1] now deletes both the OVN SB "Chassis" and "Chassis_Private" registers when called. [1]https://github.com/openstack/neutron/blob/ad81687e2955f494c28e2122763a2332afd3d26d/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py#L1400-L1401 Closes-Bug: #2023171 Change-Id: Ibb1285f61c172d2b6e281f41315415ce8b8526e7 ** 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/2023171 Title: [OVN] Agent deletion only removes the "Chassis" register, not the "Chassis_Private" one Status in neutron: Fix Released Bug description: The OVN mech driver "delete_agent" method [1] removes the OVN SB "Chassis" register and updates the "SB_Global" register. However the "Chassis_Private" register is not deleted and should be. [1]https://github.com/openstack/neutron/blob/ad81687e2955f494c28e2122763a2332afd3d26d/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py#L1400-L1401 To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/2023171/+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

