From dea85aa92ab5967fab7b170927c6f28737e86b62 Mon Sep 17 00:00:00 2001 From: Zuul Date: Mon, 12 Feb 2024 15:24:11 +0000 Subject: [PATCH] Update git submodules * Update oslo.cache from branch 'master' to c4719afe757d2ca17f751bdf0cc23f7467ef5a42 - Merge "Automate TLS certificates settings for redis backend" - Automate TLS certificates settings for redis backend This adds support for configuring certificate/key files used for TLS connection with Redis using the existing tls_* options. example) [cache] backend=dogpile.cache.backend.redis backend_arguments=url:rediss://:a_big_secret@localhost:2679 tls_enabled=True tls_cafile = /etc/pki/tls/certs/ca-bundle.crt Change-Id: I2ab38b8c88274cb4908791eea8212a79e3d524a2 --- oslo.cache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.cache b/oslo.cache index 38220921dd..c4719afe75 160000 --- a/oslo.cache +++ b/oslo.cache @@ -1 +1 @@ -Subproject commit 38220921dd9d854f3372fe648fe928c447216d9d +Subproject commit c4719afe757d2ca17f751bdf0cc23f7467ef5a42