We are delighted to announce the release of: python-ironicclient 0.8.2: OpenStack Bare Metal Provisioning API Client Library This release is part of the liberty stable release series. With source available at: http://git.openstack.org/cgit/openstack/python-ironicclient With package available at: https://pypi.python.org/pypi/python-ironicclient Please report issues through launchpad: http://bugs.launchpad.net/python-ironicclient For more details, please see below. Changes in python-ironicclient 0.8.1..0.8.2 ------------------------------------------- ae2c099 Scale back on how many warnings we issue 6d782fd Updated from global requirements 5a70a3f Update .gitreview for stable/liberty Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + ironicclient/common/http.py | 3 +-- requirements.txt | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 7203d39..30b3c01 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -pbr<2.0,>=1.6 +pbr>=1.6