We are jazzed to announce the release of: python-manilaclient 1.20.0: Client library for OpenStack Manila API. This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/python-manilaclient Download the package from: https://pypi.python.org/pypi/python-manilaclient Please report issues through launchpad: https://bugs.launchpad.net/python-manilaclient For more details, please see below. 1.20.0 ^^^^^^ Bug Fixes * Fixed bugs 1738917 and 1738918. Names can now be used in commands pertaining to share group types. Changes in python-manilaclient 1.19.0..1.20.0 --------------------------------------------- 7e4a376 Add search_opts in func list of ManagerWithFind type classes b9ebff1 Fix share can not be found by name in admin context 3a3f5f0 Updated from global requirements 3b5e6bc Avoid tox_install.sh for constraints support Diffstat (except docs and test files) ------------------------------------- manilaclient/base.py | 5 ++-- .../v2/test_share_instance_export_locations.py | 3 ++- .../v2/test_share_snapshot_export_locations.py | 2 +- ...est_share_snapshot_instance_export_locations.py | 2 +- manilaclient/v2/share_export_locations.py | 2 +- manilaclient/v2/share_group_type_access.py | 2 +- manilaclient/v2/share_group_types.py | 2 +- manilaclient/v2/share_instance_export_locations.py | 2 +- manilaclient/v2/share_instances.py | 4 +-- manilaclient/v2/share_replicas.py | 3 ++- manilaclient/v2/share_snapshot_export_locations.py | 2 +- .../v2/share_snapshot_instance_export_locations.py | 2 +- manilaclient/v2/share_snapshot_instances.py | 2 +- manilaclient/v2/share_type_access.py | 4 +-- ...-share-group-type-by-name-3a8760522c147f28.yaml | 4 +++ requirements.txt | 2 +- tools/tox_install.sh | 30 ---------------------- tox.ini | 8 +++--- 27 files changed, 44 insertions(+), 61 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index d1960e9..04936ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12 +12 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 -oslo.utils>=3.31.0 # Apache-2.0 +oslo.utils>=3.33.0 # Apache-2.0