33eb87b3e2
This also adds a deprecation warning. This also changes the default to use Ceilometer. Release message: Anyone deploying Heat should not be using OS::Heat::CWLiteAlarm, but OS::Ceilometer::Alarm. CWLiteAlarm should be explictly disabled in /etc/heat/heat.conf by setting "enable_cloud_watch_lite=false". This will stop Heat from running a period task check for alarms. DocImpact Change-Id: I2a10c14772bdafc001e211d7e94502ac1f6b32b1 Closes-bug: #1322128
10 lines
436 B
YAML
10 lines
436 B
YAML
|
|
resource_registry:
|
|
# allow older templates with Quantum in them.
|
|
"OS::Quantum*": "OS::Neutron*"
|
|
# 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"
|
|
"AWS::RDS::DBInstance": "file:///etc/heat/templates/AWS_RDS_DBInstance.yaml"
|