Update git submodules

* Update ovn-octavia-provider from branch 'master'
  to 201e8be0469be0e27d40e720c351cb2a2c095170
  - [OVN] Fix DuplicateOptionError on test scope
    
    OVN Octavia Provider is registering opts a soon modules (driver,
    agent or helper) are imported, so in a test scope terms, when some
    tests run the setUp they are broken by a DuplicateOptionError
    because they are based on TestOVNFunctionalBase from Neutron
    where same options are loaded to same oslo_config group.
    
    This fix proposes some refactoring in a similar way to [1] and [2]
    in order to avoid the registration of opts a soon a module is
    imported, instead we switch to one charge per required class
    whenever possible.
    
    Additionally in order to fix gates and according to [3], we pin
    version of OVS to d94cd0d3eec33e4290d7ca81918f5ac61444886e hash
    
    [1] https://review.opendev.org/c/openstack/neutron/+/837392
    [2] https://review.opendev.org/c/openstack/neutron/+/839783
    [3] f93206ce40
    
    Related-Bug: #1972278
    Related-Bug: #1967472
    
    Change-Id: I2f36af767a0a0a4c19488b6998a414b8672114f5
This commit is contained in:
Fernando Royo 2022-05-13 15:48:41 +02:00 committed by Gerrit Code Review
parent accb82f0f4
commit 3fd705f4d7
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit b28b4bf840ead9f26ceca9985e112106bc281d4c
Subproject commit 201e8be0469be0e27d40e720c351cb2a2c095170