Update git submodules

* Update ovn-octavia-provider from branch 'master'
  to 1e45693bca42e4950a23c24ffaa3f14752aa4440
  - Retry on case of sqlite3.InterfaceError on FT
    
    Following the steps done in [1] additional retries have added after
    decompose in a soft refactor main methods that call to Neutron.
    
    To clarify the refactor, the following changes have been made in FT
    base methods:
    - The method _create_subnet_from_net was previously responsible for
    creating subnet, ports, and attaching to the router. Now, these three
    actions are individual methods.
    - FT calls to base methods are sorted in the following sequence:
        - Create net
        - Create subnet
        - Create port
        - Create router
        - Attach router to subnet
    - Retry mechanisms have been added to all methods that make calls to
    the L3_plugin for creation of resources.
    
    As this way every small method can be cover by retry in case Neutron
    reports a exception.
    
    NOTE: due to a cross depedency with fix done in [2], some tests have
    been skipped, but it will be restored in [2].
    
    [1] https://review.opendev.org/c/openstack/ovn-octavia-provider/+/883662
    [2] https://review.opendev.org/c/openstack/ovn-octavia-provider/+/911701
    
    Related-Bug: #2020195
    Change-Id: I98aad143556ff0ec7ecb365de99fd58a6dcb734e
This commit is contained in:
Fernando Royo 2024-03-11 11:11:36 +01:00 committed by Gerrit Code Review
parent e718d15e06
commit f08eb0987a
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 40ac5107290d43e2a00ea9478a52b17d9d294131
Subproject commit 1e45693bca42e4950a23c24ffaa3f14752aa4440