From 1d8455c46d8c5e79bd7d89c84819856a45d4e7d4 Mon Sep 17 00:00:00 2001 From: Gregory Thiemonge Date: Mon, 11 Jul 2022 18:51:48 +0200 Subject: [PATCH] Update git submodules * Update octavia-tempest-plugin from branch 'master' to 2f975b31c96f7141f2c5a1acfc4a5a9d17d59681 - Fix TLS*_METHOD for old pyopenssl releases The TLS_METHOD constant was introduced in pyopenssl 21.0.0 [0], but some older Octavia branches (from train to victoria) still use older releases (19.1.0 for victoria) and then don't support it. Switch back to the previous the SSL methods if the new constanst doesn't exist. [0] https://github.com/pyca/pyopenssl/commit/5dc698861c91b4aa83b284b282c0e91cdcee49a3 Change-Id: Ib0eeb1136c168fcc32326f4ed8b008fb7f193a30 --- octavia-tempest-plugin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octavia-tempest-plugin b/octavia-tempest-plugin index dde9e6381b..2f975b31c9 160000 --- a/octavia-tempest-plugin +++ b/octavia-tempest-plugin @@ -1 +1 @@ -Subproject commit dde9e6381bbd4a785698c1d9311db82faa9a3223 +Subproject commit 2f975b31c96f7141f2c5a1acfc4a5a9d17d59681