Update git submodules

* Update designate from branch 'master'
  to 93dee6a3ff44fb7470b3008e8fbbaf99822bbe82
  - Fix Redis connection over TLS
    
    When Designate is configured to use Redis for coordination over a TLS connection, it will fail to connect with "ssl.SSLError: ('timed out',)".
    This is caused by eventlet raising ssl.SSLError instead of the expected socket timeout the core libraries return.
    This patch monkey-patches eventlet to return the proper exception.
    
    Closes-Bug: #1989020
    Change-Id: I5bd1c10d863212683752e05bb450e6f531ff7e72
This commit is contained in:
Michael Johnson 2022-09-14 16:10:21 +00:00 committed by Gerrit Code Review
parent 820d03fb39
commit d5b4ce7da7
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 7460ae30bf92b5bdf68137bc5de9f7891a33b89b
Subproject commit 93dee6a3ff44fb7470b3008e8fbbaf99822bbe82