We are jubilant to announce the release of: aodhclient 0.3.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.2.0..0.3.0 ---------------------------------- ef224f9 Use cli.base.execute of tempest-lib 8fe5949 Add composite rule alarm support in aodhclient 3024acd Make the alarm list output more concise Diffstat (except docs and test files) ------------------------------------- aodhclient/v2/alarm.py | 4 + aodhclient/v2/alarm_cli.py | 49 +++++++----- test-requirements.txt | 2 +- 6 files changed, 159 insertions(+), 61 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 323c381..f20d295 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13 +13 @@ oslotest>=1.10.0 # Apache-2.0 -tempest-lib>=0.6.1 +tempest-lib>=0.9.0 # Apache-2.0