summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-07-13 20:05:56 +0000
committerGerrit Code Review <review@openstack.org>2017-07-13 20:05:56 +0000
commit36a473a03fec3ae50453a3b0975956c0c3b55ae7 (patch)
treebab50d12d6569437cb570680cfe7467530fe3633
parente4df67e265fa023eed99d4609d45821196255851 (diff)
parentc03afdfd0dcec181af4877fdd343cf885a1a6085 (diff)
downloadheat-templates-36a473a03fec3ae50453a3b0975956c0c3b55ae7.tar.gz
Merge "autoscaling: fix a type in gnocchi command"
-rw-r--r--hot/autoscaling.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/hot/autoscaling.yaml b/hot/autoscaling.yaml
index 3a8b3bb..312a7a0 100644
--- a/hot/autoscaling.yaml
+++ b/hot/autoscaling.yaml
@@ -214,7 +214,7 @@ outputs:
template: >
gnocchi measures aggregation --resource-type instance
--query 'server_group="stackval"'
- --granularity 300 --aggregation mean cpu_util
+ --granularity 300 --aggregation mean -m cpu_util
params:
stackval: { get_param: "OS::stack_id" }
description: >