Merge "autoscaling: fix a type in gnocchi command"

This commit is contained in:
Jenkins 2017-07-13 20:05:56 +00:00 committed by Gerrit Code Review
commit 36a473a03f
1 changed files with 1 additions and 1 deletions

View File

@ -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: >