diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-08-29 11:04:32 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-08-29 11:04:32 +0000 |
commit | 4c6a101511da96c8d1170c774e52ea8fd2046458 (patch) | |
tree | 6302b9ae5f3ef96c74c7a361c9b36af25a20f18a /puppet | |
parent | 2019e6547755348a66679c654cec7b9b887c8659 (diff) | |
parent | 780750e881187024b0b2d120274333309aa50cb7 (diff) |
Merge "Set the default gnocchi driver to swift"
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/gnocchi-api.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/gnocchi-api.yaml b/puppet/services/gnocchi-api.yaml index d21e5b2b..ec42f3f5 100644 --- a/puppet/services/gnocchi-api.yaml +++ b/puppet/services/gnocchi-api.yaml @@ -23,7 +23,7 @@ parameters: type: string hidden: true GnocchiBackend: - default: file + default: swift description: The short name of the Gnocchi backend to use. Should be one of swift, rbd, or file type: string |