python-zunclient 3.0.0 (stein)
We are delighted to announce the release of: python-zunclient 3.0.0: Client Library for Zun This release is part of the stein 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 2.1.0..3.0.0 ---------------------------------------- b62af4d Encode injected file data (client-side) c04d457 Encode/Decode data when copying files a3c8a7b Don't change pyyaml behavior ac6ee94 Doc: Add appcontainer service enable and appcontainer service disable 3887022 Support file injection in CLI c7aef58 add python 3.6 unit test job 6159320 switch documentation job to new PTI c39c60d Remove image 'host' parameter when delete image. d65f6e8 import zuul job settings from project-config a1d88aa Doc: Add appcontainer service list, appcontainer service delete and appcontainer service forcedown e9d12ab Introduce an option to expose container ports 8e461cf Do not send 'auto_heal' if not specified 0468c79 Doc: Add appcontainer image delete, appcontainer image search and appcontainer image pull 1472b5a Fix container top command process 'NoneType' error 1d8e2c9 Add fixed_ip to network_attach 2312ce5 Doc: Add appcontainer image list and appcontainer image show 668e899 Handle StopIteration for Py3.7 0128c20 Delete incorrect comments e82966c Doc: Add appcontainer host list and appcontainer host show 7cb7324 Deprecate security groups related commands c18105d Support health check for Docker containers dd35349 Give extended privileges to the container 86e351b Support to update auto_heal of container a1c64d9 Modify ca certificate parameter in the client 5625fc3 Update reno for stable/rocky 96a1cc6 Doc: Add appcontainer action list and appcontainer action show 3fb603b Change container execute top return Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 6 + releasenotes/source/index.rst | 1 + releasenotes/source/rocky.rst | 6 + zunclient/api_versions.py | 2 +- zunclient/common/httpclient.py | 5 +- zunclient/common/template_format.py | 15 +- zunclient/common/utils.py | 88 ++++++- zunclient/osc/v1/containers.py | 128 +++++++++- zunclient/osc/v1/images.py | 5 - zunclient/shell.py | 6 +- zunclient/v1/capsules.py | 3 +- zunclient/v1/client.py | 5 +- zunclient/v1/containers.py | 19 +- zunclient/v1/containers_shell.py | 143 +++++++++-- zunclient/v1/hosts.py | 3 +- zunclient/v1/images.py | 7 +- zunclient/v1/images_shell.py | 6 +- zunclient/v1/services.py | 3 +- 28 files changed, 1337 insertions(+), 176 deletions(-)
participants (1)
-
no-reply@openstack.org