[nova] python-novaclient 9.0.1 (pike)
We high-spiritedly announce the release of: python-novaclient 9.0.1: Client library for OpenStack Compute API This release is part of the pike 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 9.0.0..9.0.1 ----------------------------------------- ddb386b Revert "client.logger.warning wrongly used in migrations" c496531 Clean up ShellTest unit tests 264c22a Fix setting 'global_request_id' in SessionClient e996906 strip the remote prefixes from the release note branch specifiers 0b1d59e Better handle key=value pair not being key=value 2a2920e Error out if nic auto or none are not alone Diffstat (except docs and test files) ------------------------------------- novaclient/client.py | 5 -- novaclient/v2/client.py | 6 +-- novaclient/v2/shell.py | 35 +++++++++++++- releasenotes/source/liberty.rst | 2 +- releasenotes/source/mitaka.rst | 2 +- releasenotes/source/newton.rst | 2 +- releasenotes/source/ocata.rst | 2 +- requirements.txt | 2 +- 10 files changed, 106 insertions(+), 68 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3dc8ecf..d909bbd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -keystoneauth1>=2.20.0 # Apache-2.0 +keystoneauth1>=2.21.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org