Set the default gnocchi driver to swift
authorPradeep Kilambi <pkilambi@redhat.com>
Thu, 11 Aug 2016 20:43:17 +0000 (16:43 -0400)
committerPradeep Kilambi <pkilambi@redhat.com>
Wed, 24 Aug 2016 18:13:15 +0000 (18:13 +0000)
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

index bc21774..207a051 100644 (file)
@@ -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