[nova] python-novaclient 6.0.1 (newton)
We eagerly announce the release of: python-novaclient 6.0.1: Client library for OpenStack Compute API This release is part of the newton 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 6.0.0..6.0.1 ----------------------------------------- 9c731d5 Update UPPER_CONSTRAINTS_FILE for stable/newton fae4610 Make "policy" a mandatory argument for server-group-create 85a6e7e Use upper-constraints when running tox ac2a769 Correct copy/paste errors in help f6b819f Updated from global requirements 91c280c Update .gitreview for stable/newton Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + novaclient/v2/shell.py | 29 ++++++----------------------- test-requirements.txt | 2 +- tools/tox_install.sh | 30 ++++++++++++++++++++++++++++++ tox.ini | 13 +++++++++---- 5 files changed, 47 insertions(+), 28 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index b7bb0e9..34d8468 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16 +16 @@ sphinx!=1.3b1,<1.3,>=1.2.1 # BSD -os-client-config!=1.19.0,!=1.19.1,!=1.20.0,!=1.20.1,>=1.13.1 # Apache-2.0 +os-client-config!=1.19.0,!=1.19.1,!=1.20.0,!=1.20.1,!=1.21.0,>=1.13.1 # Apache-2.0
participants (1)
-
no-reply@openstack.org