Openstack Block Storage (Cinder) API Client
This is a client for the OpenStack Volume API. There's a Python API (the cinderclient module), and a command-line script (cinder). Each implements 100% of the OpenStack Volume API.
- Devel package for openSUSE:Factory
- Links to openSUSE:Factory / python-cinderclient
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Cloud:OpenStack:Factory/python-cinderclient && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
0001-Fix-man-page-build.patch | 0000001024 1 KB | |
_service | 0000000703 703 Bytes | |
python-cinderclient-3.1.0.tar.gz | 0000278247 272 KB | |
python-cinderclient.changes | 0000061443 60 KB | |
python-cinderclient.spec | 0000003849 3.76 KB |
Revision 35 (latest revision is 65)
Thomas Bechtold (tbechtold)
committed
(revision 35)
- update to version 3.1.0 - Dynamic log level support - Update visibility help message - Fix simple parameter comment error - Add doc for noauth usage - Add pagination for snapshots, backups - Unicode value support for "--filters" - Handle AttributeError in _get_server_version_range - Eliminate function redefined pylint error - Fix client `retries` default value. - Add cinder tests for cinder snapshot create commands with parameters - Cleared type restrictions for metadata option - Make --profile load from environment variables - Update README.rst to remain consistent with python-cinderclient. - Add release note for get_highest_client_server_version return type change - Group show command should be in V3 - Replace http with https - Remove explicit global_request_id from keystoneauth subclass - Update reno for stable/ocata - import content from cli-reference in openstack-manuals - Enabled like filter support in client - Add cinder tests for cinder volume create commands with parameters - Add a missing left bracket in help message - support global_request_id in constructor - Rearrange existing documentation to fit the new standard layout - Add print_function import - Handle dashes in encryption-type-create arguments - Fix attribute errors in os-auth-* settings - Replace uuid.uuid4().hex with uuidutils.generate_uuid() - static method to get_highest_client_server_version
Comments 0