Add missing s3 case in gnocchi::api

Change-Id: Ie13aac35fcb9093ad4729fc760f5e7c4d7d1d9a0
Closes-bug: #1821580
(cherry picked from commit 8e3060e487)
This commit is contained in:
David Hill 2019-03-25 09:53:07 -04:00 committed by Cyril Grosjean
parent 3746fcb668
commit 9517c7b0d2
1 changed files with 1 additions and 0 deletions

View File

@ -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.') }
}
}