Code Review
/
apex-tripleo-heat-templates.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
5c1b986
)
Set the default gnocchi driver to swift
author
Pradeep Kilambi
<pkilambi@redhat.com>
Thu, 11 Aug 2016 20:43:17 +0000
(16:43 -0400)
committer
Pradeep 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
patch
|
blob
|
history
diff --git
a/puppet/services/gnocchi-api.yaml
b/puppet/services/gnocchi-api.yaml
index
bc21774
..
207a051
100644
(file)
--- 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