Update git submodules

* Update ovn-octavia-provider from branch 'master'
  - Fix leaked file descriptors by cleaning up objects
    
    A reference to the ovsdbapp Connection object is stored on the the
    API impl class and it is causing the object to stick around and
    its pipe fds to never close. Ultimately, python-ovs's call to
    select() is limited to 1024 file descriptors and will eventually
    error out. This deletes the connection and api objects explicitly
    when we are done with them.
    
    Change-Id: I97b27eaa293fb161724d34da88b4398f8b590c33
    Co-authored-by: Brian Haley <bhaley@redhat.com>
    Closes-Bug: #1894136
This commit is contained in:
Terry Wilson 2020-10-15 12:53:36 -05:00 committed by Gerrit Code Review
parent 7ce0b9c97a
commit 290ce38fb0
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit b68d2a78a4b34497e376a7be545a20a23d036191
Subproject commit 5b0715d96700d1c288f601b3ecb2cad507c2c134