From 9517c7b0d232af44f0d45e5fd883fd80deb8573e Mon Sep 17 00:00:00 2001 From: David Hill Date: Mon, 25 Mar 2019 09:53:07 -0400 Subject: [PATCH] Add missing s3 case in gnocchi::api Change-Id: Ie13aac35fcb9093ad4729fc760f5e7c4d7d1d9a0 Closes-bug: #1821580 (cherry picked from commit 8e3060e487508cbc8b4c77249ed7ba450ded74db) --- manifests/profile/base/gnocchi/api.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/profile/base/gnocchi/api.pp b/manifests/profile/base/gnocchi/api.pp index 5c33a3fb5..b8aad37f3 100644 --- a/manifests/profile/base/gnocchi/api.pp +++ b/manifests/profile/base/gnocchi/api.pp @@ -157,6 +157,7 @@ class tripleo::profile::base::gnocchi::api ( unless => "getfacl /etc/ceph/ceph.client.${gnocchi_rbd_client_name}.keyring | grep -q mask::r", } } + 's3': { include ::gnocchi::storage::s3 } default: { fail('Unrecognized gnocchi_backend parameter.') } } }