]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat cli : initial heat-watch cloudwatch API client
authorSteven Hardy <shardy@redhat.com>
Wed, 22 Aug 2012 09:30:46 +0000 (10:30 +0100)
committerSteven Hardy <shardy@redhat.com>
Fri, 31 Aug 2012 17:27:48 +0000 (18:27 +0100)
commit51dc63bb07dd63ab900759f9bf2217b56023a598
treea7c27cccdc7323cab77db8ac490c6cae024d5f0d
parent311092a29468e085b89ed6f07a9e593bbe6b0f37
heat cli : initial heat-watch cloudwatch API client

Implements new client to demonstrate new Cloudwatch API

Currently only provides options for DescribeAlarms,
ListMetrics, PutMetricData and SetAlarmState

Signed-off-by: Steven Hardy <shardy@redhat.com>
Change-Id: I3963a07694cec9af96d9d7369cc7d18d629fcd2d
bin/heat-watch [new file with mode: 0755]
etc/boto.cfg
heat/boto_client.py
heat/boto_client_cloudwatch.py [new file with mode: 0644]
setup.py