The other resources are named by project so this is to
try and be more consistent.
There is a mapping to allow the original name to work.
Change-Id: If60cc577a5a770bdaada70c7eae1ae3fc1776056
# Choose your implementation of AWS::CloudWatch::Alarm
#"AWS::CloudWatch::Alarm": "file:///etc/heat/templates/AWS_CloudWatch_Alarm.yaml"
"AWS::CloudWatch::Alarm": "OS::Heat::CWLiteAlarm"
+ "OS::Metering::Alarm": "OS::Ceilometer::Alarm"
Resources:
__alarm__:
- Type: OS::Metering::Alarm
+ Type: OS::Ceilometer::Alarm
Properties:
description:
Ref: AlarmDescription
def resource_mapping():
return {
- 'OS::Metering::Alarm': CeilometerAlarm,
+ 'OS::Ceilometer::Alarm': CeilometerAlarm,
}
"Parameters" : {},
"Resources" : {
"MEMAlarmHigh": {
- "Type": "OS::Metering::Alarm",
+ "Type": "OS::Ceilometer::Alarm",
"Properties": {
"description": "Scale-up if MEM > 50% for 1 minute",
"counter_name": "MemoryUtilization",