[release][nova] python-novaclient release 2.32.0 (mitaka)
We are delighted to announce the release of: python-novaclient 2.32.0: Client library for OpenStack Compute API This release is part of the mitaka release series. With source available at: http://git.openstack.org/cgit/openstack/python-novaclient With package available at: https://pypi.python.org/pypi/python-novaclient For more details, please see the git log history below and: http://launchpad.net/python-novaclient/+milestone/2.32.0 Please report issues through launchpad: http://bugs.launchpad.net/python-novaclient Notable changes ---------------- Bug fixes and dependency updates. Note d045019 which sets the default --os-compute-api-version to 2.5 for the CLI rather than 2.latest. Changes in python-novaclient 2.31.0..2.32.0 ------------------------------------------- 469d068 Revert "Allow display project-id for server groups" 4bd50d5 Test that microversions are not skipped 3697782 Updated from global requirements d045019 Set DEFAULT_OS_COMPUTE_API_VERSION to 2.5 3866bfb Add --metadata as optional input when do nova image-create 3b0e81e Use dictionary literal for dictionary creation Diffstat (except docs and test files) ------------------------------------- novaclient/__init__.py | 6 +++++ novaclient/shell.py | 11 ++++++++- novaclient/v2/shell.py | 24 +++++++++---------- test-requirements.txt | 2 +- 6 files changed, 77 insertions(+), 16 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 3bb675e..141d8d1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -18 +18 @@ testtools>=1.4.0 -tempest-lib>=0.8.0 +tempest-lib>=0.9.0
participants (1)
-
doug@doughellmann.com