[release-announce] [manila] python-manilaclient 1.13.0 (ocata)
no-reply at openstack.org
no-reply at openstack.org
Wed Jan 25 17:39:15 UTC 2017
We are excited to announce the release of:
python-manilaclient 1.13.0: Client library for OpenStack Manila API.
This release is part of the ocata 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.13.0
^^^^^^
New Features
************
* Added share group support (replacing CG support).
* Added support for the mountable snapshots feature to manila
client.
Upgrade Notes
*************
* By adding share group support, the earlier support for CGs was
removed. Preexisting CGs should be managed as share groups instead.
Changes in python-manilaclient 1.12.0..1.13.0
---------------------------------------------
c0fdf82 Add mountable snapshots support to manila client
b425086 Add share group support to Manila client
Diffstat (except docs and test files)
-------------------------------------
contrib/ci/post_test_hook.sh | 2 +
manilaclient/api_versions.py | 2 +-
manilaclient/base.py | 6 +
manilaclient/common/constants.py | 23 +-
manilaclient/config.py | 5 +
.../test_snapshot_instances_export_locations.py | 120 ++
.../functional/test_snapshots_export_locations.py | 93 ++
.../unit/v2/test_consistency_group_snapshots.py | 183 ---
.../v2/test_share_snapshot_export_locations.py | 45 +
...est_share_snapshot_instance_export_locations.py | 48 +
manilaclient/v2/client.py | 24 +-
manilaclient/v2/consistency_group_snapshots.py | 202 ----
manilaclient/v2/consistency_groups.py | 199 ----
manilaclient/v2/share_group_snapshots.py | 180 +++
manilaclient/v2/share_group_type_access.py | 64 +
manilaclient/v2/share_group_types.py | 153 +++
manilaclient/v2/share_groups.py | 219 ++++
manilaclient/v2/share_snapshot_export_locations.py | 55 +
.../v2/share_snapshot_instance_export_locations.py | 55 +
manilaclient/v2/share_snapshots.py | 43 +-
manilaclient/v2/shares.py | 24 +-
manilaclient/v2/shell.py | 1221 +++++++++++++++-----
.../add-share-group-support-a3166f6ca4d06a81.yaml | 6 +
.../notes/mountable_snapshot-ced01da7dffc6d7e.yaml | 3 +
38 files changed, 4064 insertions(+), 1307 deletions(-)
More information about the Release-announce
mailing list