We are excited to announce the release of: aodhclient 0.9.0: Python client library for Aodh This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/python-aodhclient Download the package from: 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.8.0..0.9.0 ---------------------------------- eb82760 Remove upper cap on pbr 8a4e9b0 Clean deprecated "query" paremeter in alarm.list() 09caf83 Correct the port number of gnocchi endpoint 9291037 Trivial-fix: make the capabilities help message more specific in OSC 6255947 Remove the duplicated __version__ definition e4e2982 Trivial: remove support for py34 9b0e8d2 Update reno for stable/ocata 87885be Remove unused test dependency Diffstat (except docs and test files) ------------------------------------- aodhclient/shell.py | 3 +-- aodhclient/v2/alarm.py | 15 +-------------- aodhclient/v2/capabilities_cli.py | 2 +- aodhclient/version.py | 18 ------------------ releasenotes/source/index.rst | 1 + releasenotes/source/ocata.rst | 6 ++++++ requirements.txt | 3 +-- setup.cfg | 2 -- tox.ini | 4 ++-- 9 files changed, 13 insertions(+), 41 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 57c23f1..ebc321f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr<2.0,>=1.4 +pbr>=1.4 @@ -13 +12,0 @@ six -debtcollector
participants (1)
-
doug@doughellmann.com