[nova] python-novaclient 10.1.0 (queens)
We are ecstatic to announce the release of: python-novaclient 10.1.0: Client library for OpenStack Compute API This release is part of the queens 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 10.0.0..10.1.0 ------------------------------------------- 4e94fe5 Add support for microversion 2.60 - volume multiattach ad0c036 Microversion 2.59 - Migrations list pagination 1d9322a Update documentation links bfd43e6 Updated from global requirements 3e6119b Add missing spaces in `nova list --changes-since` help 8d80a5e Microversion 2.58 - Instance actions list pagination 038cfdd Add support for the 2.57 microversion Diffstat (except docs and test files) ------------------------------------- novaclient/__init__.py | 2 +- novaclient/exceptions.py | 1 + novaclient/v2/instance_action.py | 29 +++ novaclient/v2/migrations.py | 47 +++- novaclient/v2/quota_classes.py | 29 ++- novaclient/v2/quotas.py | 39 ++++ novaclient/v2/servers.py | 66 ++++-- novaclient/v2/shell.py | 238 +++++++++++++++++---- .../notes/microversion-v2_57-acae2ee11ddae4fb.yaml | 31 +++ .../notes/microversion-v2_58-327c1031ebfe4a3a.yaml | 8 + .../notes/microversion-v2_59-4160c852d7d8812d.yaml | 8 + 26 files changed, 1012 insertions(+), 145 deletions(-)
participants (1)
-
no-reply@openstack.org