Reviewed: https://review.opendev.org/c/openstack/ovn-octavia-provider/+/880737 Committed: https://opendev.org/openstack/ovn-octavia-provider/commit/01309d067c800c3bb07978c1db7e62a1c8b49a73 Submitter: "Zuul (22348)" Branch: master
commit 01309d067c800c3bb07978c1db7e62a1c8b49a73 Author: Fernando Royo <fr...@redhat.com> Date: Tue Apr 18 13:12:53 2023 +0200 Apply admin_state_up on a new member creation If a new member is added with the admin_state_up set to False, they should not participate in load balancing requests over the LB VIP. However, the member still receives requests, even though the Octavia API applies the member's operation_status correctly, This patch fixes this issue by not adding the member to the vips (at OVN NB) so that request over LB VIP are not taking into account that member. Closes-Bug: 2016862 Change-Id: Iec7f6b1da8548a29eb9cc0e2544e77e1a6c6fb1e ** 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/2016862 Title: [ovn-octavia-provider] Admin_state_up ignored on create a new member Status in neutron: Fix Released Bug description: When a new member is added, if it is done with a admin_state_up to False, the member should not take part on the request balancing over the LB VIP. Currently the API applies the member operation_Status well but the member receives requests. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/2016862/+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