[release-announce] [cinder] python-cinderclient 2.2.0 (pike)
no-reply at openstack.org
no-reply at openstack.org
Mon Jun 5 16:10:51 UTC 2017
We are pumped to announce the release of:
python-cinderclient 2.2.0: OpenStack Block Storage API Client Library
This release is part of the pike release series.
The source is available from:
https://git.openstack.org/cgit/openstack/python-cinderclient
Download the package from:
https://pypi.python.org/pypi/python-cinderclient
Please report issues through launchpad:
https://bugs.launchpad.net/python-cinderclient
For more details, please see below.
2.2.0
^^^^^
New Features
* Added new command "list-filters" to retrieve enabled resource
filters, Added new option "--filters" to these list commands:
* list
* snapshot-list
* backup-list
* group-list
* group-snapshot-list
* attachment-list
* message-list
* get-pools
Changes in python-cinderclient 2.1.0..2.2.0
-------------------------------------------
7a06940 Fix attribute errors in os-auth-* settings
a6affea Support generalized resource filter in client
760cc59 Cleared type restrictions for metadata option
c1c9057 Replace uuid.uuid4().hex with uuidutils.generate_uuid()
0c3a644 Add a missing left bracket in help message
Diffstat (except docs and test files)
-------------------------------------
cinderclient/api_versions.py | 2 +-
cinderclient/shell.py | 7 +-
cinderclient/shell_utils.py | 25 ++
cinderclient/v2/shell.py | 5 -
cinderclient/v3/client.py | 2 +
cinderclient/v3/resource_filters.py | 37 +++
cinderclient/v3/shell.py | 279 ++++++++++++++++++---
cinderclient/v3/volumes.py | 20 ++
...erialized-resource-filter-8yf6w23f66bf5903.yaml | 14 ++
tools/lintstack.py | 3 +
16 files changed, 551 insertions(+), 64 deletions(-)
More information about the Release-announce
mailing list