[release-announce] python-novaclient 14.2.0 (train)

no-reply at openstack.org no-reply at openstack.org
Mon Jul 15 15:03:31 UTC 2019


We are glad to announce the release of:

python-novaclient 14.2.0: Client library for OpenStack Compute API

This release is part of the train release series.

The source is available from:

    https://opendev.org/openstack/python-novaclient

Download the package from:

    https://pypi.org/project/python-novaclient

Please report issues through:

    https://bugs.launchpad.net/python-novaclient/+bugs

For more details, please see below.

14.2.0
^^^^^^

New Features

* Support is added for the 2.74 microversion which allows specifying
  the "--host" and "--hypervisor-hostname" options on the "nova boot"
  command. The "novaclient.v2.servers.ServerManager.create()" method
  now also supports "host" and "hypervisor_hostname" parameters.

   (https://docs.openstack.org/nova/latest/reference/api-microversion-
  history.html#id66)

Changes in python-novaclient 14.1.0..14.2.0
-------------------------------------------

41c25881 Add host and hypervisor_hostname to create servers
54904711 Modify the url of upper_constraints_file
77ad81bd Add Python 3 Train unit tests
12193fc5 Blacklist sphinx 2.1.0 (autodoc bug)
0a2d108e Add irrelevant files in dsvm job again
4bfcc1a9 Revert "Add irrelevant files in dsvm job"
52ae954b Add irrelevant files in dsvm job
76389868 Fix duplicate object description error
edbe4192 Blacklist python-cinderclient 4.0.0
3df45452 Bump openstackdocstheme to 1.30.0
6ce10633 Add a description of --on-shared-storage


Diffstat (except docs and test files)
-------------------------------------

.zuul.yaml                                         |  7 +-
novaclient/__init__.py                             |  2 +-
novaclient/v2/servers.py                           | 30 ++++++-
novaclient/v2/shell.py                             | 21 +++++
.../notes/microversion-v2_74-43b128fe6b84b630.yaml |  9 ++
setup.cfg                                          |  1 +
test-requirements.txt                              |  2 +-
tox.ini                                            | 10 +--
13 files changed, 262 insertions(+), 15 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index 998e89a8..88cad0e4 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12 +12 @@ python-keystoneclient>=3.8.0 # Apache-2.0
-python-cinderclient>=3.3.0 # Apache-2.0
+python-cinderclient!=4.0.0,>=3.3.0 # Apache-2.0






More information about the Release-announce mailing list