[new][telemetry] aodhclient 0.7.0 release (newton)
We are amped to announce the release of: aodhclient 0.7.0: Python client library for Aodh This release is part of the newton 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.6.0..0.7.0 ---------------------------------- db33c2c Use osc-lib instead of openstackclient 54b396c Trival: Remove unused logging import a3eeac2 Fix incorrect string format mapping ac4c3dd Remove discover from test-requirements d75a8e8 add default value for http_status in ClientException Diffstat (except docs and test files) ------------------------------------- aodhclient/exceptions.py | 11 +++++++--- aodhclient/osc.py | 5 +---- aodhclient/utils.py | 2 +- requirements.txt | 1 + test-requirements.txt | 1 - 6 files changed, 48 insertions(+), 9 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e9bce0c..4990ed0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,0 +7 @@ cliff!=1.16.0,>=1.14.0 # Apache-2.0 +osc-lib>=1.0.1 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 2be9a0c..8bc9a5a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +5,0 @@ coverage>=3.6 -discover
participants (1)
-
no-reply@openstack.org