summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorBartosz Górski <bartosz.gorski@ntti3.com>2013-09-16 08:24:38 -0700
committerGerrit Code Review <review@openstack.org>2013-09-25 20:17:06 +0000
commit7afd1f4285d9a1e710ae6c04566064b62f3f19a5 (patch)
tree12a103d13a445bdb587c2c3efb623add1f66251a /etc
parent637181bf3cf9a72dd513b27d00eab739cf79deff (diff)
downloadheat-7afd1f4285d9a1e710ae6c04566064b62f3f19a5.tar.gz
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
Diffstat (limited to 'etc')
-rw-r--r--etc/heat/templates/AWS_CloudWatch_Alarm.yaml2
1 files changed, 1 insertions, 1 deletions
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