autoscaling: fix a type in gnocchi command

Change-Id: I85b15ebd2f294b82d16e63527d3b447a1267d6e3
This commit is contained in:
Mehdi Abaakouk 2017-07-10 20:33:19 +02:00
parent 9ac17bff58
commit c03afdfd0d
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: >