17
0
Files
python-cinderclient/python-cinderclient.changes
Dirk Mueller 4bb30324e6 - update to 1.3.1:
* 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
2015-09-07 11:32:43 +00:00

45 KiB