We are jazzed to announce the release of: python-novaclient 7.1.1: Client library for OpenStack Compute API This release is part of the ocata stable release series. The source is available from: https://git.openstack.org/cgit/openstack/python-novaclient Download the package from: https://pypi.python.org/pypi/python-novaclient Please report issues through launchpad: https://bugs.launchpad.net/python-novaclient For more details, please see below. Changes in python-novaclient 7.1.0..7.1.1 ----------------------------------------- 60c5d3b Fix devstack python-novaclient warning ad22c58 Fix cinder volume leakage 02fea08 Updated from global requirements 983f721 Fix aggregate_update name and availability_zone clash b535bbd Fix ValueError when incorrect metadata passed af79c6d Update UPPER_CONSTRAINTS_FILE for stable/ocata 50e571c Tags and Metadata fields with unicode cannot be correctly displayed edcfa17 Update .gitreview for stable/ocata Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + novaclient/shell.py | 4 +- novaclient/utils.py | 2 +- novaclient/v2/shell.py | 20 ++++--- requirements.txt | 2 +- tox.ini | 4 +- 10 files changed, 132 insertions(+), 39 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index bd75322..59a2c51 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -pbr>=1.8 # Apache-2.0 +pbr<2.0.0,>=1.8 # Apache-2.0