aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPradeep Kilambi <pkilambi@redhat.com>2016-08-11 16:43:17 -0400
committerPradeep Kilambi <pkilambi@redhat.com>2016-08-24 18:13:15 +0000
commit780750e881187024b0b2d120274333309aa50cb7 (patch)
tree859f77c36731c2bcdb459c8e72994da09f802be4
parent5c1b9864e36ab259035e614bca6794a7c00b081c (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
-rw-r--r--puppet/services/gnocchi-api.yaml2
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