Eoghan Glynn 52e3f6ffe1 Avoid unnecessary GET of existing alarm for update
The existing alarm representation is retrieved prior to update,
which is uneccessary as the API merges the new and existing
state in any case.

This change saves the threshold eval logic one unnecessary API
call per state transition.

Change-Id: If21c53d6f43164315e1e70e62b0c70520fb5a45c
2013-06-24 19:42:44 +01:00
2012-11-09 12:52:21 +11:00
2013-05-10 21:39:34 +10:00
2012-12-05 14:02:19 -08:00
2013-05-10 21:39:34 +10:00
2012-11-09 12:52:21 +11:00
2013-05-23 09:45:27 +10:00
2013-05-23 09:45:27 +10:00
2012-12-05 14:02:19 -08:00
2013-05-18 09:40:15 -07:00
2013-05-23 09:45:27 +10:00
2013-05-23 09:45:27 +10:00
2013-06-09 11:35:18 +02:00

Python bindings to the Ceilometer API

This is a client library for Ceilometer built on the Ceilometer API. It provides a Python API (the ceilometerclient module) and a command-line tool (ceilometer).

Development takes place via the usual OpenStack processes as outlined in the OpenStack wiki <http://wiki.openstack.org/HowToContribute>. The master repository is on GitHub <http://github.com/openstack/python-ceilometerclient>.

See release notes and more at <http://docs.openstack.org/developer/python-ceilometerclient/>_.

Description
RETIRED, further work has moved to Debian project infrastructure
Readme 1 MiB