From 780750e881187024b0b2d120274333309aa50cb7 Mon Sep 17 00:00:00 2001 From: Pradeep Kilambi Date: Thu, 11 Aug 2016 16:43:17 -0400 Subject: 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 --- puppet/services/gnocchi-api.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'puppet/services/gnocchi-api.yaml') 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 -- cgit 1.2.3-korg