We are jazzed to announce the release of: python-zunclient 1.4.0: Client Library for Zun This release is part of the rocky release series. The source is available from: https://git.openstack.org/cgit/openstack/python-zunclient Download the package from: https://pypi.org/project/python-zunclient Please report issues through launchpad: https://bugs.launchpad.net/python-zunclient For more details, please see below. Changes in python-zunclient 1.3.0..1.4.0 ---------------------------------------- fc98313 Support listing availability zones 1c1d23c Switch to using stestr 8050e5d Enhance network-attach command ad59e30 Change service args metavar hostname to host 2849d37 Change container stats description information 86e23e9 Change container create image help message a44c279 Fix logger invocation in DeleteImage ab281d7 Change host list display value 8424d04 Enhance zun update command 50c1651 Check restart and auto_remove are setted for per container fa9caa0 Trivial: Update pypi url to new url d624bb8 Introduce filters on listing containers b11fb2c Heal non existent containers in docker 9c93fc0 rebuild a container with a different image 0957ab3 Rename `appcontainer update` to `appcontainer set` 01a20cd Add cli documents file. a3b00cb Updated from global requirements 3ba2172 add lower-constraints job 58653c6 Add network-list to OSC fbcade9 Add --availability-zone option to container f676536 Display availability zone for service 4ec700c Remove the 'auto' network mode from help text e911859 Avoid empty values in 'mounts' options 5d14879 Add assertions for container arguments Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 + README.rst | 4 +- lower-constraints.txt | 124 ++++++++++++++ requirements.txt | 2 +- setup.cfg | 5 +- test-requirements.txt | 2 +- tools/pretty_tox.sh | 16 -- tox.ini | 14 +- zunclient/api_versions.py | 2 +- zunclient/common/cliutils.py | 37 ++++ zunclient/common/utils.py | 18 +- zunclient/osc/v1/availability_zones.py | 38 +++++ zunclient/osc/v1/containers.py | 186 +++++++++++++++------ zunclient/osc/v1/hosts.py | 2 +- zunclient/osc/v1/images.py | 2 +- zunclient/osc/v1/services.py | 3 +- zunclient/shell.py | 60 ++++--- zunclient/v1/availability_zones.py | 31 ++++ zunclient/v1/availability_zones_shell.py | 21 +++ zunclient/v1/client.py | 2 + zunclient/v1/containers.py | 17 +- zunclient/v1/containers_shell.py | 167 ++++++++++++++---- zunclient/v1/hosts_shell.py | 2 +- zunclient/v1/services_shell.py | 9 +- zunclient/v1/shell.py | 2 + 34 files changed, 837 insertions(+), 177 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index cb15b3f..484713b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13 +13 @@ oslo.utils>=3.33.0 # Apache-2.0 -websocket-client>=0.33.0 # LGPLv2+ +websocket-client>=0.44.0 # LGPLv2+ diff --git a/test-requirements.txt b/test-requirements.txt index 97eec51..0d82efc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12 +12 @@ osprofiler>=1.4.0 # Apache-2.0 -os-testr>=1.0.0 # Apache-2.0 +stestr>=2.0.0
participants (1)
-
no-reply@openstack.org