Reviewed: https://review.opendev.org/c/openstack/ovn-octavia-provider/+/864821 Committed: https://opendev.org/openstack/ovn-octavia-provider/commit/4ccc5970da34d6e50704affd71306b8991b05aa0 Submitter: "Zuul (22348)" Branch: master
commit 4ccc5970da34d6e50704affd71306b8991b05aa0 Author: Luis Tomas Bolivar <[email protected]> Date: Tue Nov 22 12:33:14 2022 +0100 Ensure HM updates work as expected This patch ensures if only one parameter is provided the rest are not modified (set to undefined) Closes-Bug: #1997416 Change-Id: Ie47f19afdd041843fe47da739b09ee03a88c7b02 ** 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/1997416 Title: [ovn-octavia-provider] HM updates lost previous values Status in neutron: Fix Released Bug description: When one of the parameters of the HealthMonitor is changed, the other options are incorrectly set to "Unset", e.g: options : {failure_count=Unset, interval=Unset, success_count=Unset, timeout="60"} If only one value is updated, the other should keep its previous value To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1997416/+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

