17
0

osc copypac from project:Cloud:OpenStack:Havana package:python-cinderclient revision:5, using keep-link

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=11
This commit is contained in:
Sascha Peilicke
2014-01-17 15:04:01 +00:00
committed by Git OBS Bridge
parent 6b2f5ac0a0
commit 8dd585def2
5 changed files with 34 additions and 11 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Dec 16 09:38:40 UTC 2013 - dmueller@suse.com
- update to 1.0.7:
+ Update version and index.rst for push
+ Fix py33 due to readonly and metadata patches
+ Enable del of other tenants resources by name
+ Adding volume readonly-mode-update interface to Cinder client
+ Enable "cinder delete" can delete multiple volumes in one request
+ Adding Read-Only volume attaching support to Cinder client
+ Deprecates --volume-id arg for v2 backup-restore
+ Override endpoint URL check for API version
+ Fixes broken v1 and v2 api backup-restore
+ Addition of volume/snapshot_metadata CLI
+ python3: iteration order of dict is unpredictable
+ python3: align the order of parameters for urlencode()
+ python3: sort dict for post_volumes_1234_action test
+ python3: Refactor dict for python2/python3 compat
+ Updated from global requirements
+ Fix DeprecationWarning when printing exception
+ Fix the failure of fetching the version in cinder endpoint
+ Add quota-usage command
-------------------------------------------------------------------
Wed Oct 30 10:11:10 UTC 2013 - dmueller@suse.com