We exuberantly announce the release of: python-manilaclient 2.7.0: Client library for OpenStack Manila API. This release is part of the xena release series. The source is available from: https://opendev.org/openstack/python-manilaclient Download the package from: https://pypi.org/project/python-manilaclient Please report issues through: https://bugs.launchpad.net/python-manilaclient/+bugs For more details, please see below. 2.7.0 ^^^^^ New Features ************ * Added support for per share gigabytes quotas. Upgrade Notes ************* * After addition of per share gigabytes quotas, it is now possible to get 'over limit' error while creating a share. Bug Fixes ********* * Launchpad bug 1920888 (https://bugs.launchpad.net/manila/+bug/1920888): Fix the bug in CLI 'manila list' with sorting key 'availability_zone'. Changes in python-manilaclient 2.6.0..2.7.0 ------------------------------------------- 99ccf02 [TrivialFix] Follow up per-share-gigabytes quota changes 1f31818 Add per share gigabytes quota to the CLI 5ff8b70 [ci] fix neutron services in functional job 7ecc819 setup.cfg: Replace dashes with underscores 69031b5 Fix error in CLI 'manila list' with sorting key 'availability_zone'. 96a7942 Add Python3 xena unit tests 71ebd96 Update master for stable/wallaby ac127bd Fix test failures for "test_list_shares_by_{filter}" Diffstat (except docs and test files) ------------------------------------- manilaclient/common/constants.py | 2 +- manilaclient/osc/v2/quotas.py | 18 ++++++++++- manilaclient/v2/quota_classes.py | 21 ++++++++++-- manilaclient/v2/quotas.py | 24 +++++++++++++- manilaclient/v2/shares.py | 2 ++ manilaclient/v2/shell.py | 32 ++++++++++++++++++- ...er-share-gigabytes-quotas-40bc404bd3cbdd89.yaml | 6 ++++ ...ting-key-availabilityzone-cea5a1f5d8a38fc3.yaml | 5 +++ releasenotes/source/index.rst | 1 + releasenotes/source/wallaby.rst | 6 ++++ setup.cfg | 8 ++--- zuul.d/project.yaml | 2 +- zuul.d/python-manilaclient-jobs.yaml | 13 ++++---- 18 files changed, 199 insertions(+), 27 deletions(-)
participants (1)
-
no-reply@openstack.org