← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 2037717] Re: [OVN] ``PortBindingChassisEvent`` event is not executing the conditions check

 

Reviewed:  https://review.opendev.org/c/openstack/neutron/+/896926
Committed: https://opendev.org/openstack/neutron/commit/a76aa019772cc35b07a404c213b327169c188243
Submitter: "Zuul (22348)"
Branch:    master

commit a76aa019772cc35b07a404c213b327169c188243
Author: Rodolfo Alonso Hernandez <ralonsoh@xxxxxxxxxx>
Date:   Thu Sep 28 19:52:41 2023 +0000

    [OVN] Add the default condition check in ``PortBindingChassisEvent``
    
    The event ``PortBindingChassisEvent`` should be executed only if the
    initialization condition "type=ovn_const.OVN_CHASSIS_REDIRECT" is met.
    
    This condition was skipped since [1], where the ``match_fn`` was
    overriden.
    
    [1]https://review.opendev.org/q/I3b7c5d73d2b0d20fb06527ade30af8939b249d75
    
    Closes-Bug: #2037717
    Change-Id: I01fa481456c0a675b5857d9796b8323493e4fbc1


** 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/2037717

Title:
  [OVN] ``PortBindingChassisEvent`` event is not executing the
  conditions check

Status in neutron:
  Fix Released

Bug description:
  Since [1], that overrides the "match_fn" method, the event is not checking the defined conditions in the initialization, that are:
    ('type', '=', ovn_const.OVN_CHASSIS_REDIRECT)

  [1]https://review.opendev.org/q/I3b7c5d73d2b0d20fb06527ade30af8939b249d75

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/2037717/+subscriptions



References