From a959354fcb5ddfe0605ab9f608a64b2b35651d01 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 23 Aug 2024 12:25:24 +0900 Subject: [PATCH] gnocchi: Use sentinel for redis incoming driver in CentOS Gnocchi 4.6.3 now fully supports usage of redis sentinel as incoming backend. Change-Id: I385701c4a219d1f86307f7d13af327a21a19d601 --- manifests/gnocchi.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/gnocchi.pp b/manifests/gnocchi.pp index 5d9a5a2b9..ab9483074 100644 --- a/manifests/gnocchi.pp +++ b/manifests/gnocchi.pp @@ -118,7 +118,7 @@ class openstack_integration::gnocchi ( swift_key => 'a_big_secret', } class { 'gnocchi::storage::incoming::redis': - redis_url => $::openstack_integration::config::redis_url, + redis_url => $::openstack_integration::config::tooz_url, } } 'file': {