We are gleeful to announce the release of: python-zunclient 2.1.0: Client Library for Zun This release is part of the rocky stable 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.0.0..2.1.0 ---------------------------------------- 846c8fd Change 'command' type from string to list ac8eb81 Remove testrepository 430e211 Add Cli support action list and show operation d6448c6 Re-introduce gate_hook.sh in zunclient 1118d80 Remove unused 'detail' parameter b38364e Connect to websocket proxy for exec Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 - lower-constraints.txt | 1 - playbooks/zunclient-devstack-docker-sql/run.yaml | 4 +- setup.cfg | 2 + test-requirements.txt | 1 - zunclient/api_versions.py | 2 +- .../common/websocketclient/websocketclient.py | 53 ++++++++----------- zunclient/osc/v1/containers.py | 61 ++++++++++++++++++++-- zunclient/v1/actions.py | 46 ++++++++++++++++ zunclient/v1/actions_shell.py | 44 ++++++++++++++++ zunclient/v1/capsules.py | 7 +-- zunclient/v1/client.py | 2 + zunclient/v1/containers.py | 19 ++++--- zunclient/v1/containers_shell.py | 8 ++- zunclient/v1/hosts.py | 7 +-- zunclient/v1/images.py | 7 +-- zunclient/v1/services.py | 7 +-- zunclient/v1/shell.py | 2 + 25 files changed, 261 insertions(+), 90 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 0d82efc..5794d87 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16 +15,0 @@ testresources>=2.0.0 # Apache-2.0/BSD -testrepository>=0.0.18 # Apache-2.0/BSD