We eagerly announce the release of: python-zunclient 1.0.0: Client Library for Zun This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/python-zunclient Download the package from: https://pypi.python.org/pypi/python-zunclient Please report issues through launchpad: https://bugs.launchpad.net/zun For more details, please see below. Changes in python-zunclient 0.5.0..1.0.0 ---------------------------------------- 6fdb1a5 Updated from global requirements 303b3f7 Update new documentation PTI jobs 8657881 Add support for image show 9546a78 Rephrase the helptext of runtime parameter 09b3b16 Updated from global requirements 0143655 Add size option to "--mount" when run container 8728989 Updated add-security-group help text 97e976f Add image-search support 8a87ea0 Revise the implementation in container exec_resize 9b6c529 Remove the debug code in websocketclient 5ee3b99 Support stop and delete container 296a10c Updated from global requirements dcc2cde Updated from global requirements 64171f6 Wait for container deletion in tests 6374f11 Include zun-tempest-plugin as required project 915fd86 Zuul: add file extension to playbook path ea89513 Remove the runtime constraint ec873e0 Add argument 'mounts' to container ef64a29 Generate stestr.conf 4f75b4a Cleanup the containers at zunclient funtional tests Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + .stestr.conf | 3 ++ .zuul.yaml | 5 +-- playbooks/zunclient-devstack-docker-sql/run.yaml | 1 + requirements.txt | 8 ++--- setup.cfg | 1 + test-requirements.txt | 9 ++--- tox.ini | 13 +++++-- zunclient/api_versions.py | 2 +- zunclient/common/base.py | 11 ++++++ zunclient/common/utils.py | 32 +++++++++++++++++ .../common/websocketclient/websocketclient.py | 6 ++-- zunclient/osc/v1/containers.py | 33 ++++++++++++++---- zunclient/osc/v1/images.py | 29 ++++++++++++++++ zunclient/v1/containers.py | 2 +- zunclient/v1/containers_shell.py | 30 ++++++++++++---- zunclient/v1/images.py | 18 ++++++++++ zunclient/v1/images_shell.py | 26 ++++++++++++++ 26 files changed, 314 insertions(+), 78 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index bcc703b..566f913 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,2 +8,2 @@ python-openstackclient>=3.12.0 # Apache-2.0 -keystoneauth1>=3.2.0 # Apache-2.0 -osc-lib>=1.7.0 # Apache-2.0 +keystoneauth1>=3.3.0 # Apache-2.0 +osc-lib>=1.8.0 # Apache-2.0 @@ -11,2 +11,2 @@ oslo.i18n>=3.15.3 # Apache-2.0 -oslo.utils>=3.28.0 # Apache-2.0 -websocket-client>=0.33.0 # LGPLv2+ +oslo.utils>=3.33.0 # Apache-2.0 +websocket-client<=0.40.0,>=0.33.0 # LGPLv2+ diff --git a/test-requirements.txt b/test-requirements.txt index 6a475ce..d7fe175 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +9,0 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -openstackdocstheme>=1.17.0 # Apache-2.0 @@ -14,3 +13,2 @@ os-testr>=1.0.0 # Apache-2.0 -python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx>=1.6.2 # BSD -tempest>=16.1.0 # Apache-2.0 +python-subunit>=1.0.0 # Apache-2.0/BSD +tempest>=17.1.0 # Apache-2.0 @@ -20 +18 @@ testscenarios>=0.4 # Apache-2.0/BSD -testtools>=1.4.0 # MIT +testtools>=2.2.0 # MIT @@ -23 +20,0 @@ testtools>=1.4.0 # MIT -reno>=2.5.0 # Apache-2.0