Change testing defaults

The world looks broken by our recent changes about that.

So unbreak it. We will fix our N-2 branch testing issue later.

Change-Id: I7ef45463e76a0c17c5016ca46ea4c5162e9fba49
This commit is contained in:
Mehdi Abaakouk 2018-09-20 15:47:09 +02:00
parent 49ed45e01d
commit b98eb81bf5
1 changed files with 2 additions and 2 deletions

View File

@ -62,10 +62,10 @@ TelemetryGroup = [
help="Granularity to use for aodh alarms. This must match the "
"configured Gnocchi archive policy"),
cfg.StrOpt('alarm_metric_name',
default="cpu_util",
default="cpu",
help="Name of the metric to create an alarm on."),
cfg.StrOpt('alarm_aggregation_method',
default="mean",
default="rate:mean",
help="Aggregation method to use for alarm."),
cfg.IntOpt('alarm_threshold',
default=10,