Update notes for submitted changes

* Wrap volume_backup's update function with api_version
* Replace functions 'Dict.get' and 'del' with 'Dict.pop'
* Changed backup-restore to accept backup name
* Enhance help message of upload_to_image
* Fix NoneType error for cinderclient v1
* Fix useless api_version of Manager class
* Update the home-page with developer documentation
* deprecate command `cinder endpoints`
* Add "start_version" and "end_version" support to  argparse
* Tests for testing volume-create command
* Updated from global requirements
* Use 'six' instead of oslo_utils.strutils.six
* Add backup-update
* Change api-version help to indicate server API
* Use self.ks_logger instead of ks_logger
* print endpoints using new keystoneauth catalog object
* Add tenant_id parameter to limits.
* Changed backup-restore to accept backup name
This commit is contained in:
Gerrit Code Review
2016-09-01 02:23:39 +00:00
parent ccf7e85347
commit 3f27f35125
2 changed files with 20 additions and 0 deletions

View File

@@ -1,3 +1,14 @@
Code-Review+1: TommyLike <tommylikehu@gmail.com>
Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
Code-Review+2: xing-yang <xing.yang@emc.com>
Workflow+1: xing-yang <xing.yang@emc.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 24 Aug 2016 10:03:24 +0000
Reviewed-on: https://review.openstack.org/309283
Project: openstack/python-cinderclient
Branch: refs/heads/master
Code-Review+1: TommyLike <hu.husheng@huawei.com>
Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
Code-Review+2: xing-yang <xing.yang@emc.com>

View File

@@ -0,0 +1,9 @@
Code-Review+2: xing-yang <xing.yang@emc.com>
Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 01 Sep 2016 02:23:39 +0000
Reviewed-on: https://review.openstack.org/362711
Project: openstack/python-cinderclient
Branch: refs/heads/master