Make gnocchi as default datasource
This patch set follows deprecation steps and changes default datasource to gnocchi Closes-Bug: #1735180 Change-Id: I3b7ec47af7707359373a424a6469d28cbf9ce177
This commit is contained in:
@@ -158,7 +158,7 @@ class BasicConsolidation(base.ServerConsolidationBaseStrategy):
|
||||
cfg.StrOpt(
|
||||
"datasource",
|
||||
help="Data source to use in order to query the needed metrics",
|
||||
default="ceilometer",
|
||||
default="gnocchi",
|
||||
choices=["ceilometer", "monasca", "gnocchi"]),
|
||||
cfg.BoolOpt(
|
||||
"check_optimize_metadata",
|
||||
|
||||
Reference in New Issue
Block a user