[new][telemetry] aodhclient 0.5.0 release (newton)
We are pumped to announce the release of: aodhclient 0.5.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.4.0..0.5.0 ---------------------------------- 0f48f58 shell: fix meter help string e1d1341 Allow to start Aodh command with OSC ffabd07 Prepare compatibility with OSC 479bbc2 fix KeyError when credential is invalid 8d0af3f remove unnecessary slashes 135cc28 [Trivial] Remove executable privilege of doc/source/conf.py 0ae81f9 add mock to test requirement list e719965 refactor code of adding alarm id and name arguments 9036e3a Switch from deprecated tempest-lib to tempest Diffstat (except docs and test files) ------------------------------------- aodhclient/osc.py | 57 ++++++++++++++++++++ aodhclient/shell.py | 11 ++-- aodhclient/utils.py | 10 ++++ aodhclient/v2/alarm_cli.py | 59 +++++++++----------- aodhclient/v2/alarm_history_cli.py | 4 +- aodhclient/v2/capabilities_cli.py | 4 +- setup.cfg | 12 +++++ test-requirements.txt | 3 +- 13 files changed, 205 insertions(+), 94 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 50a3ad7..2be20f2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13 +13 @@ oslotest>=1.10.0 # Apache-2.0 -tempest-lib>=0.9.0 # Apache-2.0 +tempest>=10 @@ -19,0 +20 @@ pifpaf>=0.0.6 +mock>=1.2 # BSD
participants (1)
-
no-reply@openstack.org