* Remove replication v2 calls
* Update minimum tox version to 1.8
* snapshot-list now supports filtering by tenant
* Fix return type in consistencygroups docstring
* Updated from global requirements
* Use instanceof instead of type
* Don't print HTTP codes for non-HTTP errors
* Add replication v2.1 (cheesecake) calls
* Add release notes for return-request-id-to-caller
* Remove pypy from tox environment list
* Extra 'u' in output of cinder cli commands
* Add extra_specs_list test
* Add request_ids attribute to resource objects
* Fix return type in backup docstring
* Fix omission of request_ids returned to user
* Eliminate unnecessary character
* Avoid logging sensitive info in http requests
* Add request_ids attribute to resource objects
* Add request_ids attribute to resource objects
* Provide consistency for Wrapper classes
* Allow "cinder backup-delete" to delete multiple backups in one request
* Updated from global requirements
* Fix some flake8 violations
* Bootable filter for listening volumes from CLI
* Remove debug statement
* is_public=N/A in output of cinder type-update
* Return wrapper classes with request_ids attribute
* Pass insecure option to HTTPClient
* Add Wrapper classes for list, dict, tuple
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=30
* Updated from global requirements
* Update path to subunit2html in post_test_hook
* Adds command to fetch specified backend capabilities
* Volume status management for volume migration
* Fixed test_password_prompted
* Fix help message for reset-state commands
* Add functional tests for python-cinderclient
* Add support '--all-tenants' for cinder backup-list
* CLI: Non-disruptive backup
* Add tests for python-cinderclient
* Replace assertEqual(None, *) with assertIsNone in tests
* CLI: Clone CG
* Fix ClientException init when there is no message on py34
* Fixes table when there are multiline in result data
* Set default OS_VOLUME_API_VERSION to '2'
* Add commands for modifying image metadata
* Updated from global requirements
* Remove H302
* Show backup and volume info in backup_restore
* Add response message when volume delete
* Implement reset-state for attach_status and migration_status
* Add more details for replication
* New mock release(1.1.0) broke unit/function tests
* Remove unnecessary check for tenant information
* Remove redundant statement and refactor
- Adjust Requires according to requirements.txt
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=29
* Prep for 1.3.0
* Updated from global requirements
* Revert "Enable version discovery"
* Fix typo in comment message
* Add set_management_url to cinderclient.client
* cinderclient does not honor --os-region-name or ENV[OS_REGION_NAME]
* Add encryption-type-update to cinderclient
* Set max volume size limit for the tenant
* Add tests for python-cinderclient and style fix
* The is_public filter in VolumeTypeManager.list broke the find in VolumeTypeAccessManager, which caused all commands which should have taken a volume_type name to fail. I have choosen to fix this by effectively removing the filter in the client (and the --all argument to type-list). This is OK, since Cinder implements the filtering by user anyway. The consequence of this change is that the Admin user will always see the entire list (including private types) every time they execute type-list
* Add volume multi attach support
* Fix functional post test_hook
* Fix condition in CheckSizeArgForCreate parser action
* Support host-attach of volumes
* Bump hacking to >=0.10.0,<0.11 to fix failure of gate pep8
* Fix functional readonly_cli tests
* Add findall server side filtering
* Fix functional tests and tox 2.0 errors
* Fixed typos and repeated docstrings
* cinderclient deprecated endpoint_type needs dest=
* cinderclient no longer honors --endpoint-type
* Add functional post test_hook
* Add --os-endpoint-type to match other services
* Find resource refactoring
* Avoid _get_keystone_session() if auth_plugin
* Update release notes for 1.2.0 and 1.2.1
* Add CLI read-only functional tests
* Change --force parameter into boolean
* Add search_opts into the method list() for qos specs
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=27