Go to file
Eoghan Glynn 7a5cbc14a5 Avoid reset of repeat_actions attribute on alarm update
Fixes bug 1253057

Previously, when an unrelated alarm attribute was updated via the CLI,
the repeat_actions attribute was also set to False as an unwanted side-effect.

Now, we only set this attribute in the update call if explicitly specified
as a CLI arg. Otherwise the value provided in the PUT request body reflects
the pre-existing value for this attribute.

Change-Id: I94468ff649dd4367848c74e94a3feb08494bb223
2013-11-21 13:47:33 +00:00
2013-10-28 08:43:58 +09:00
2013-05-10 21:39:34 +10:00
2012-12-05 14:02:19 -08:00
2013-06-30 22:40:55 -07:00
2012-11-09 12:52:21 +11:00
2013-05-23 09:45:27 +10:00
2013-07-14 21:12:41 +02:00
2013-05-18 09:40:15 -07:00
2013-07-14 21:12:41 +02:00
2013-10-01 16:14:33 +00: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. The master repository is on GitHub.

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

Description
RETIRED, OpenStack Telemetry (Ceilometer) Client
Readme 6.7 MiB