← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 2002839] Re: Remove compatibility with OVN<20.09

 

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

commit be4e150de98506b080c3b9a3f324324821e4666e
Author: Rodolfo Alonso Hernandez <ralonsoh@xxxxxxxxxx>
Date:   Mon Jan 16 16:58:26 2023 +0100

    [OVN] Remove backwards compatibility with OVN < v20.09
    
    This patch removes the compatibility with OVN under v20.09. That
    implies the OVN Southbound definition has "Chassis_Private" table.
    Any previous check is removed from the code.
    
    This patch also adds a sanity check, testing that the OVN Southbound
    database definition is greater or equal to 2.9.0 [1].
    
    The testing OVN NB and SB schemas are updated to the files contained in
    OVN v22.09. The new testing NB schema version is 6.3.9; the new testing
    SB schema version is 20.25.0.
    
    [1]https://github.com/ovn-org/ovn/commit/4adc10f58127e45b5883f2e7cb1c702720b95043
    
    Closes-Bug: #2002839
    Change-Id: If64c967b89099946165bfaf66247def4881af832


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

Title:
  Remove compatibility with OVN<20.09

Status in neutron:
  Fix Released

Bug description:
  That implies removing the check for the existence of "Chassis_Private"
  table that was added in [1] and is present in OVN==20.09.

  This cleanup requires a sanity check to verify the correct OVN
  version.

  [1]https://github.com/ovn-
  org/ovn/commit/4adc10f58127e45b5883f2e7cb1c702720b95043

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



References