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:
@@ -172,7 +172,7 @@ class WorkloadStabilization(base.WorkloadStabilizationBaseStrategy):
|
||||
cfg.StrOpt(
|
||||
"datasource",
|
||||
help="Data source to use in order to query the needed metrics",
|
||||
default="ceilometer",
|
||||
default="gnocchi",
|
||||
choices=["ceilometer", "gnocchi"])
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user