We exuberantly announce the release of: python-novaclient 18.1.0: Client library for OpenStack Compute API This release is part of the zed 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. 18.1.0 ^^^^^^ New Features * Support has been added for microversion 2.92. This microversion only accepts to import a public key and no longer to generate one, hence now the public_key parameter be mandatory. (https://docs.openstack.org/nova/latest/reference/api-microversion- history.html#microversion-2-92) * Support has been added for microversion 2.91. This microversion allows specifying a destination host to unshelve a shelve offloaded server. And availability zone can be set to None to unpin the availability zone of a server. (https://docs.openstack.org/nova/latest/reference/api-microversion- history.html#microversion-2-91) Changes in python-novaclient 18.0.0..18.1.0 ------------------------------------------- be9517cb Fix a fixture for keypairs tests 2b5d9899 Add support for 2.92 : keypair import mandatory ee9b277c Microversion 2.91: Support specifying destination host to unshelve 4d4cdb49 Imported Translations from Zanata d867ef65 Replace old URLs with new ones 81dece81 Imported Translations from Zanata Diffstat (except docs and test files) ------------------------------------- README.rst | 4 +- bindep.txt | 2 +- novaclient/__init__.py | 2 +- novaclient/v2/keypairs.py | 19 +- novaclient/v2/servers.py | 65 ++++- ...eypair-generation-removal-1b5d84a8906d3918.yaml | 8 + .../bp-unshelve-to-host-b220131a00dff8a2.yaml | 9 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 267 +++++++++++++++++++++ 14 files changed, 515 insertions(+), 11 deletions(-)