[openstack-dev] [release][nova] python-novaclient release 3.2.0 (mitaka)
doug at doughellmann.com
doug at doughellmann.com
Thu Jan 7 16:25:46 UTC 2016
We are satisfied to announce the release of:
python-novaclient 3.2.0: Client library for OpenStack Compute API
This release is part of the mitaka release series.
With source available at:
https://git.openstack.org/cgit/openstack/python-novaclient
With package available at:
https://pypi.python.org/pypi/python-novaclient
For more details, please see below and:
https://launchpad.net/python-novaclient/+milestone/3.2.0
Please report issues through launchpad:
https://bugs.launchpad.net/python-novaclient
Changes in python-novaclient 3.1.0..3.2.0
-----------------------------------------
06be50b Use assertTrue/False instead of assertEqual(T/F)
f9f9a46 Add python 2.7 comment
48c9a91 Fix extension loading from python path on Python 2.7
2283b46 Wrong usage of "a/an"
8f32031 Fix help strings
dd6b3cd Validate the fixed ip address passed with --nic
fd450d8 [microversions] share one object for shell arguments
84c3cac Put py34 first in the env order of tox
9cd9adb Fixed test_shell which can't test microversions>=2.4
fecf833 Updated from global requirements
cb7b496 document search_opts parameter
01961d6 Cleanup needless code from oslo-incubator
bbdedc6 Validation for arguments of list command passed by "--fields"
b6e44f8 Fix a Typo in Docstring
Diffstat (except docs and test files)
-------------------------------------
novaclient/api_versions.py | 10 +-
novaclient/base.py | 145 +++++-
novaclient/client.py | 3 +
novaclient/exceptions.py | 2 +-
novaclient/extension.py | 3 +-
novaclient/openstack/common/_i18n.py | 45 --
novaclient/openstack/common/apiclient/__init__.py | 0
novaclient/openstack/common/apiclient/auth.py | 234 ---------
novaclient/openstack/common/apiclient/base.py | 533 ---------------------
novaclient/openstack/common/apiclient/client.py | 388 ---------------
.../openstack/common/apiclient/exceptions.py | 479 ------------------
.../openstack/common/apiclient/fake_client.py | 189 --------
novaclient/openstack/common/apiclient/utils.py | 100 ----
novaclient/openstack/common/cliutils.py | 260 +---------
novaclient/shell.py | 52 +-
novaclient/utils.py | 92 +++-
novaclient/v2/contrib/instance_action.py | 2 +-
novaclient/v2/contrib/tenant_networks.py | 2 +-
novaclient/v2/servers.py | 20 +-
novaclient/v2/shell.py | 72 ++-
openstack-common.conf | 8 -
test-requirements.txt | 2 +-
tox.ini | 2 +-
29 files changed, 383 insertions(+), 2339 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 8ffcf36..de8e472 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -19 +19 @@ testtools>=1.4.0
-tempest-lib>=0.11.0
+tempest-lib>=0.12.0
More information about the OpenStack-dev
mailing list