[openstack-announce] [release][telemetry] aodhclient 0.2.0 release (mitaka)

no-reply at openstack.org no-reply at openstack.org
Tue Feb 23 15:22:25 UTC 2016


We are eager to announce the release of:

aodhclient 0.2.0: Python client library for Aodh

This release is part of the mitaka release series.

With source available at:

    http://git.openstack.org/cgit/openstack/python-aodhclient

With package available at:

    https://pypi.python.org/pypi/aodhclient

Please report issues through launchpad:

    http://bugs.launchpad.net/python-aodhclient

For more details, please see below.

Changes in aodhclient 0.1.0..0.2.0
----------------------------------

78a97c4 Skip the version 1.16.0 of cliff
ed69d3c Remove unused method
429b944 Add abbreviation of --meter-name hint in threshold alarm creation
3377106 Return the error message of API request failure
f84a2b2 Add some unit test cases
3404992 Add gnocchi alarm rules
f894408 cleanup existing tests
072801b check the alarm type when list alarm

Diffstat (except docs and test files)
-------------------------------------

aodhclient/exceptions.py                    |   2 +-
aodhclient/v2/alarm.py                      |  15 ++
aodhclient/v2/alarm_cli.py                  | 108 ++++++--
aodhclient/v2/alarm_history_cli.py          |   5 -
requirements.txt                            |   2 +-
test-requirements.txt                       |   1 +
10 files changed, 886 insertions(+), 38 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 67f4e1c..4bd52b9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ Babel>=1.3
-cliff>=1.14.0 # Apache-2.0
+cliff!=1.16.0,>=1.14.0  # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index a961659..323c381 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -17,0 +18 @@ http://tarballs.openstack.org/aodh/aodh-master.tar.gz#egg=aodh[mysql]
+http://tarballs.openstack.org/gnocchi/gnocchi-master.tar.gz#egg=gnocchi[mysql,file]





More information about the OpenStack-announce mailing list