summaryrefslogtreecommitdiff
path: root/etc/heat/environment.d/default.yaml
blob: fb680c43ca621d6e0397ceed580d34401de64098 (plain)
1
2
3
4
5
6
7
8
9
10

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::Aodh::Alarm"
    "AWS::RDS::DBInstance": "file:///etc/heat/templates/AWS_RDS_DBInstance.yaml"
    "OS::Ceilometer::Alarm": "OS::Aodh::Alarm"