Update git submodules

* Update ovn-octavia-provider from branch 'master'
  to da226b72180a1fa2d47f15676e595b2abb1bbf02
  - Merge "Delete vip port if create_vip_port raise exception"
  - Delete vip port if create_vip_port raise exception
    
    Sometimes on heavy load over Neutron, operations over
    neutron client could raise a NeutronClientException that
    could cover, e.g. a timeout. In those case, sometimes the
    request finish after the client timeout and we have
    leftover resource.
    
    create_vip_port is called from Octavia API just before
    the create LB request, if this call raise a timeout
    maybe the vip port is finally created and linked to a LB
    that is not going to be created, so we have this port
    unuse.
    
    This patch will try to remove the leftover port for those
    situations.
    
    Closes-Bug: #1973765
    Change-Id: Iad9839ce99d50b969924b3fe369301b6dfed369d
This commit is contained in:
Zuul 2022-07-04 08:16:48 +00:00 committed by Gerrit Code Review
parent 9fa38cd6e0
commit 1d9526a9e8
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 7db9e23fd9642eacb78731bf215a4820978436ca
Subproject commit da226b72180a1fa2d47f15676e595b2abb1bbf02