]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Add a Ceilometer alarm resource
authorAngus Salkeld <asalkeld@redhat.com>
Fri, 26 Jul 2013 06:13:25 +0000 (16:13 +1000)
committerAngus Salkeld <asalkeld@redhat.com>
Fri, 26 Jul 2013 06:13:25 +0000 (16:13 +1000)
commit7a88d687e86b0afe9ef0065edc363884b115a75b
treec5bf314a57ce74155d992cbd3e024bbfb1b5a3d8
parente1d250d183df52e6abb223a8d2d71de210420e29
Add a Ceilometer alarm resource

Note: this gets the signed url from the resources capable of getting
signals by calling Fn::GetAtt('AlarmUrl')

blueprint watch-ceilometer
Change-Id: If8822f7c9bfc2113b6ee57e1faff2ab4f8ff3b16
heat/engine/clients.py
heat/engine/resource.py
heat/engine/resources/autoscaling.py
heat/engine/resources/ceilometer/__init__.py [new file with mode: 0644]
heat/engine/resources/ceilometer/alarm.py [new file with mode: 0644]
heat/engine/resources/instance.py
heat/tests/test_ceilometer_alarm.py [new file with mode: 0644]
requirements.txt