]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat API : Implement initial CloudWatch API
authorSteven Hardy <shardy@redhat.com>
Wed, 22 Aug 2012 09:30:03 +0000 (10:30 +0100)
committerSteven Hardy <shardy@redhat.com>
Fri, 31 Aug 2012 17:27:48 +0000 (18:27 +0100)
commit311092a29468e085b89ed6f07a9e593bbe6b0f37
tree10eb3575ead910c91753a889c6ec8a4589b509fb
parent7a382d5ff1390aae91f5d4df633e4cf7e2e39006
heat API : Implement initial CloudWatch API

Initial AWS-compatible CloudWatch API implementation
Supports the following API actions:
- DescribeAlarms : describe alarm/watch details
- ListMetrics : List watch metric datapoints
- PutMetricData : Create metric datapoint
- SetAlarmState : temporarily set alarm state

Skeleton implementation of all other TODO actions which
returns HeatAPINotImplementedError.

Only basic filtering parameters supported at this time.

Signed-off-by: Steven Hardy <shardy@redhat.com>
Change-Id: I8628854a135fff07b675e85150ea0b50184ed2e1
bin/heat-api-cloudwatch [new file with mode: 0755]
etc/heat-api-cloudwatch-paste.ini [new file with mode: 0644]
etc/heat-api-cloudwatch.conf [new file with mode: 0644]
heat/api/cloudwatch/__init__.py [new file with mode: 0644]
heat/api/cloudwatch/watch.py [new file with mode: 0644]
heat/tests/test_api_cloudwatch.py [new file with mode: 0644]
setup.py