python-novaclient 10.3.0 (rocky)
We joyfully announce the release of: python-novaclient 10.3.0: Client library for OpenStack Compute API This release is part of the rocky release series. The source is available from: https://git.openstack.org/cgit/openstack/python-novaclient Download the package from: https://pypi.org/project/python-novaclient Please report issues through launchpad: https://bugs.launchpad.net/python-novaclient For more details, please see below. 10.3.0 ^^^^^^ New Features ************ * Adds support for microversion 2.62 which adds "host" (hostname) and "hostId" (an obfuscated hashed host id string) fields to the instance action "GET /servers/{server_id}/os-instance- actions/{req_id}" API. The event columns are already included in the result of "nova instance-action <server> <request-id>" command, therefore does not have any CLI or python API binding impacts in the client. Upgrade Notes ************* * The "nova server-group-create" command now only supports specifying a single policy name when creating the server group. This is to match the server-side API validation. Changes in python-novaclient 10.2.0..10.3.0 ------------------------------------------- 681f178 Add a note in the nova CLI reference about using OSC f4ed25f Import nova CLI reference from openstack-manuals abaa86f Revert "Fix listing of instances above API max_limit" 24bb7ea Fix the incorrect cirros default password 57e9a5d Fix the policy argument in server-group-create 4606384 Make sure microversion < 2.62 does not show host(Id) for instance actions 5483be7 Microversion 2.62 - Add host/hostId to instance action event f4d927c Trivial: Update pypi url to new url Diffstat (except docs and test files) ------------------------------------- README.rst | 6 +- novaclient/__init__.py | 2 +- novaclient/v2/servers.py | 5 +- novaclient/v2/shell.py | 7 +- .../notes/bug-1767287-cc28d60d9e59f9bd.yaml | 6 + .../notes/microversion-v2_62-479a23f0d4307500.yaml | 11 + 14 files changed, 3770 insertions(+), 329 deletions(-)
participants (1)
-
no-reply@openstack.org