Comment 7 for bug 1315048

Revision history for this message
Angus Salkeld (asalkeld) wrote :

This is an artifact of a poor initial implementation:(

AWS CW does not need the 'AlarmName' reference. Basically you need to remove the --watch option on non-clould-watch-lite
templates.

Some references:
https://github.com/openstack/heat-cfntools/blob/master/bin/cfn-push-stats#L251-L268
https://github.com/asalkeld/autoscaling-testing/blob/master/AWS_CW_cfn_push_stats/template.yaml#L108
https://github.com/openstack/heat/blob/master/heat/engine/watchrule.py#L269-L295

I'll mark this as invalid.