diff options
author | Pradeep Kilambi <pkilambi@redhat.com> | 2016-08-11 16:43:17 -0400 |
---|---|---|
committer | Pradeep Kilambi <pkilambi@redhat.com> | 2016-08-24 18:13:15 +0000 |
commit | 780750e881187024b0b2d120274333309aa50cb7 (patch) | |
tree | 859f77c36731c2bcdb459c8e72994da09f802be4 /puppet | |
parent | 5c1b9864e36ab259035e614bca6794a7c00b081c (diff) |
Set the default gnocchi driver to swift
Until mitaka we have been using file driver. Swift is much more
scalable so lets use that instead as the default.
Change-Id: Idb0d55f99dbdd9d89881ce981d489756eb508fc0
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 bc217743..207a0510 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 |