We are amped to announce the release of: python-zunclient 3.2.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.1.0..3.2.0 ---------------------------------------- 047e766 Commit functional tests to stestr aef33e2 Bump oslo.concurrency to 3.26.0 ac5361a Add job for checking the test coverage cccaac9 Fix the 'tox -e cover' command 239b3b9 Add quotas and quota classes 14de75e Handle different endpoint format d87abeb Use template for lower constraints jobs 466c7a2 Update min tox version to 2.0 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 4 +- lower-constraints.txt | 2 +- setup.cfg | 6 ++ tools/cover.sh | 69 ------------------- tox.ini | 14 +++- zunclient/api_versions.py | 2 +- zunclient/common/cliutils.py | 10 ++- zunclient/osc/v1/quota_classes.py | 91 +++++++++++++++++++++++++ zunclient/osc/v1/quotas.py | 113 +++++++++++++++++++++++++++++++ zunclient/v1/client.py | 4 ++ zunclient/v1/quota_classes.py | 43 ++++++++++++ zunclient/v1/quota_classes_shell.py | 56 +++++++++++++++ zunclient/v1/quotas.py | 50 ++++++++++++++ zunclient/v1/quotas_shell.py | 65 ++++++++++++++++++ zunclient/v1/shell.py | 4 ++ zunclient/v1/versions.py | 24 ++++++- 20 files changed, 592 insertions(+), 103 deletions(-)