Public bug reported: 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 ** Affects: neutron Importance: Low Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: In Progress ** Changed in: neutron Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernandez) ** Changed in: neutron Importance: Undecided => Low -- 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: In Progress 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 : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

