Reviewed: https://review.opendev.org/c/openstack/neutron/+/945837 Committed: https://opendev.org/openstack/neutron/commit/9c46b51c3b811ee320ec8d9f3a6775d30cab2c60 Submitter: "Zuul (22348)" Branch: master
commit 9c46b51c3b811ee320ec8d9f3a6775d30cab2c60 Author: Rodolfo Alonso Hernandez <ralon...@redhat.com> Date: Thu Mar 27 04:34:26 2025 +0000 [OVN] Create a HA_Chassis_Group without raising an exception Closes-Bug: #2104927 Related-Bug: #2100505 Change-Id: Ia51355a7ba7af17fe2cf4109a1fb7e61973dddff ** 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/2104927 Title: [OVN] HA_Chassis_Group creation returns an exception in the logs Status in neutron: Fix Released Bug description: Since [1], when a HA_Chassis_Group is created, the Neutron API always tries to find first if the register already exists. The problem is the method used ``ha_chassis_group_get``. It raises an exception if the register does not exists. Although the exception is captured, it is logged. The aim of this bug is cosmetic, to avoid printing an exception in the logs in a normal operation. NOTE: the patch, if accepted, must be backported up to 2024.2 (see [1]). [1]https://review.opendev.org/q/I8b190f41e8a83e47ea64b1b2962fbca49fbc5f63 To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/2104927/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp