17
0

osc copypac from project:Cloud:OpenStack:Juno package:python-cinderclient revision:3, using keep-link, using expand

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=22
This commit is contained in:
2014-09-27 15:51:33 +00:00
committed by Git OBS Bridge
parent 22598739e1
commit 7c2aa227bd
4 changed files with 43 additions and 5 deletions

View File

@@ -1,3 +1,41 @@
-------------------------------------------------------------------
Mon Sep 22 16:07:46 UTC 2014 - dmueller@suse.com
- update to 1.1.0:
* Make <volume-types> required option for create cg
* Update index file for release of 1.1.0
* Cinder Client for Consistency Groups
* Use adapter from keystoneclient
* Updated from global requirements
* Add client support in Cinder for volume replication
* convert availability zone tests to requests-mock
* Convert snapshot tests to requests-mock
* Replace httpretty with requests-mock
* Fix order of arguments in assertEqual
* Avoid extra lookups in extra-specs-list
* Support pagination for volume list
* Mask passwords in client debug output
* Move debug logging to shell
* Quotaset update does not return result
* Fix the return code of the command reset-state
* Update theme for docs
* Change "Connection refused" to "Connection error"
* Add a tox job for generating docs
* Retry when connection to cinder is refused
* Add commands for managing and unmanaging volumes
* sync latest strutils to python-cinderclient
* Optional size parameter for volume creation
* Use suitable assert
* Fix version discovery and auth_plugins
* Add tenant uuid when running cinder list --all-tenants
* Remove deprecated command-line args
* Updated from global requirements
* Added support for keystone v3client
* Updated from global requirements
* Remove "OPTIONAL:" from optional argument help text
* Mark cinderclient as being a universal wheel
* Update help strings for cinder client
-------------------------------------------------------------------
Fri Sep 5 15:24:00 UTC 2014 - dmueller@suse.com