From: Pradeep Kilambi Date: Thu, 11 Aug 2016 20:43:17 +0000 (-0400) Subject: Set the default gnocchi driver to swift X-Git-Tag: opnfv-6.0.0~1688^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=780750e881187024b0b2d120274333309aa50cb7;p=apex-tripleo-heat-templates.git 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 --- 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