We are chuffed to announce the release of: python-novaclient 2.30.0: Client library for OpenStack Compute API This release is part of the liberty 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.30.0 Please report issues through launchpad: http://bugs.launchpad.net/python-novaclient Notable changes ---------------- Bug fixes, v2.4 microversion support, and dependency updates. The stable/liberty branch will be created from this release. Changes in python-novaclient 2.29.0..2.30.0 ------------------------------------------- c3a1cbd Change ignore-errors to ignore_errors 41ea527 Modify nova help list message for --tenant ac6a048 Updated from global requirements 4852014 Encode unicode filter arguments for server list 420782c [docs] Fix length of underline 5c59684 Updated from global requirements b120444 Fix nova bash-completion needs authentication 5fdb861 Show reserved status for a fixed_ip if available 48f9c5a Fix unicode issue in shell.main() error handling b4e9af9 Remove redundant help command test and commonize e9f1391 Fix the homepage url in setup.cfg 6f58fa2 Fix mistakes in comments f636481 Modify "nova keypair-show" Positional arguments help information b547a3d make sure os_password is set for auth_plugins d0b4489 Add unit tests for different help commands 67f673f Add response message when the state of a server is reset Diffstat (except docs and test files) ------------------------------------- .coveragerc | 2 +- novaclient/shell.py | 30 +++++++----- novaclient/v2/aggregates.py | 4 +- novaclient/v2/servers.py | 2 + novaclient/v2/shell.py | 23 ++++++++-- requirements.txt | 2 +- setup.cfg | 2 +- setup.py | 2 +- test-requirements.txt | 2 +- 15 files changed, 202 insertions(+), 54 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 5270cf4..ba60838 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -pbr<2.0,>=1.6 +pbr>=1.6 diff --git a/test-requirements.txt b/test-requirements.txt index eb8bb3a..3bb675e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -18 +18 @@ testtools>=1.4.0 -tempest-lib>=0.6.1 +tempest-lib>=0.8.0