We are stoked to announce the release of: python-zunclient 3.3.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 3.2.1..3.3.0 ---------------------------------------- 55cdb63 Update json module to jsonutils 507a2b1 add python 3.7 unit test job 6a243c5 Fix repository&tag when commit a container 996de23 Handle missing 'type' key on 'mounts' 56d7bf2 Fix error message on mounts argument fbc4029 Don't print extra output on waiting 4d515a4 Add support for registry API 043d40d Wait for the container to delete 6d51a65 Bump the api version to 1.29 4559d8e Fix a classname for GetDefaultQuota 055289e Wait for the container to rebuild 8c6b42b Wait for the container to create b328c35 Fix KeyError when error_body = body_json['errors'][0] eedf5c7 Allow setting quota of other tenants 18df524 Several fixes to quota_class osc module fbdc86f Support cert and key file of mutual authentication for client e5505bb Change openstack-dev to openstack-discuss cff1128 Add Python 3.6 classifier to setup.cfg 6766044 Set HTTP header "Origin" when using websocket ff3b380 Allow wss as websocket protocol 909042b Add documentation on the python API 71081e9 Handle the case that a generic api version Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 1 + setup.cfg | 8 +- zunclient/api_versions.py | 2 +- zunclient/client.py | 7 + zunclient/common/httpclient.py | 14 +- zunclient/common/template_format.py | 5 +- zunclient/common/utils.py | 13 +- .../common/websocketclient/websocketclient.py | 13 +- zunclient/osc/v1/containers.py | 62 ++++++ zunclient/osc/v1/quota_classes.py | 6 +- zunclient/osc/v1/quotas.py | 36 +++- zunclient/osc/v1/registries.py | 232 ++++++++++++++++++++ zunclient/shell.py | 18 +- zunclient/v1/capsules_shell.py | 5 +- zunclient/v1/client.py | 9 +- zunclient/v1/containers.py | 2 +- zunclient/v1/containers_shell.py | 5 +- zunclient/v1/hosts_shell.py | 5 +- zunclient/v1/quotas.py | 22 +- zunclient/v1/quotas_shell.py | 31 ++- zunclient/v1/registries.py | 102 +++++++++ zunclient/v1/registries_shell.py | 175 ++++++++++++++++ zunclient/v1/shell.py | 2 + 33 files changed, 1052 insertions(+), 86 deletions(-)