From d5b4ce7da7a8bf110b10ed940d9214795ede4e99 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Wed, 14 Sep 2022 16:10:21 +0000 Subject: [PATCH] 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 --- designate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/designate b/designate index 7460ae30bf..93dee6a3ff 160000 --- a/designate +++ b/designate @@ -1 +1 @@ -Subproject commit 7460ae30bf92b5bdf68137bc5de9f7891a33b89b +Subproject commit 93dee6a3ff44fb7470b3008e8fbbaf99822bbe82