From 7afd1f4285d9a1e710ae6c04566064b62f3f19a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20G=C3=B3rski?= Date: Mon, 16 Sep 2013 08:24:38 -0700 Subject: Rename counter_name to meter_name in alarm In the newest ceilometer alarm version counter_name property was renamed to meter_name. Right now heat uses old ceilometer client which still support counter_name but newest ceilometer backend does not. Change-Id: Ie7876119dc9b2a80d862f10de5f7265ad2a059f0 Closes-Bug: #1222830 --- etc/heat/templates/AWS_CloudWatch_Alarm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/heat/templates/AWS_CloudWatch_Alarm.yaml b/etc/heat/templates/AWS_CloudWatch_Alarm.yaml index bfdf565e3..79f020dc5 100644 --- a/etc/heat/templates/AWS_CloudWatch_Alarm.yaml +++ b/etc/heat/templates/AWS_CloudWatch_Alarm.yaml @@ -63,7 +63,7 @@ Resources: Properties: description: Ref: AlarmDescription - counter_name: + meter_name: Ref: MetricName period: Ref: Period -- cgit v1.2.1