python-manilaclient 1.17.3 (pike)
We are psyched to announce the release of: python-manilaclient 1.17.3: Client library for OpenStack Manila API. This release is part of the pike stable release series. The source is available from: https://git.openstack.org/cgit/openstack/python-manilaclient Download the package from: https://pypi.org/project/python-manilaclient Please report issues through launchpad: https://bugs.launchpad.net/python-manilaclient For more details, please see below. 1.17.3 ^^^^^^ Bug Fixes * Fixed bugs 1738917 and 1738918. Names can now be used in commands pertaining to share group types. Changes in python-manilaclient 1.17.2..1.17.3 --------------------------------------------- de2fd1d Add search_opts in func list of ManagerWithFind type classes e657bfe Fix share can not be found by name in admin context 7b88b1d Fix for use endpoint_type in _discover_client method 90b243a Updated from global requirements Diffstat (except docs and test files) ------------------------------------- manilaclient/base.py | 5 +- manilaclient/shell.py | 4 +- .../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 ++ test-requirements.txt | 2 +- 27 files changed, 121 insertions(+), 29 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 30da4d0..1d75234 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -18 +18 @@ testtools>=1.4.0 # MIT -python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0 +python-openstackclient>=3.11.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org