Reviewed: https://review.opendev.org/c/openstack/neutron/+/857802 Committed: https://opendev.org/openstack/neutron/commit/fb7d937adae140520dae94a47d696ce202479ab5 Submitter: "Zuul (22348)" Branch: master
commit fb7d937adae140520dae94a47d696ce202479ab5 Author: Terry Wilson <[email protected]> Date: Wed Sep 14 22:13:03 2022 -0500 Fix indentation issue in wait_for_change override The ovsdbapp.backend.ovs_idl.idlutils.wait_for_change method was overriden in Ia9e23113fdeebf0b99085da200c3d61b71567d36. Unfortunately, and indentation error was introduced which rendered the method as a NoOp if a seqno was passed to it. Closes-Bug: #1989646 Change-Id: I9d8db215ba19ea88bc615b7b30084113a3c953d4 ** 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/1989646 Title: neutron's override of ovsdbapp's idlutils.wait_for_change is busted Status in neutron: Fix Released Bug description: The method doesn't actually do anything unless seqno=None due to an indentation issue. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1989646/+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

