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 421b47cd0b
commit 2a5f69fa43
1 changed files with 1 additions and 0 deletions

View File

@ -158,6 +158,7 @@ class tripleo::profile::base::gnocchi::api (
}
Ceph::Key<| title == "client.${gnocchi_rbd_client_name}" |> -> Exec["exec-setfacl-${gnocchi_rbd_client_name}-gnocchi"]
}
's3': { include ::gnocchi::storage::s3 }
default: { fail('Unrecognized gnocchi_backend parameter.') }
}
}