Fix typos in cinderclient

Small nit-pics in volume_transfers.

Change-Id: I846b38970b14e6385269a02bb495c63464ea0842
Closes-Bug: #1255905
This commit is contained in:
Swapnil Kulkarni 2014-02-05 11:57:13 +05:30 committed by Avishay Traeger
parent e31e057ccc
commit 4273bbefb9
3 changed files with 6 additions and 2 deletions

View File

@ -48,7 +48,7 @@ class VolumeTransferManager(base.ManagerWithFind):
def accept(self, transfer_id, auth_key):
"""Accept a volume transfer.
:param transfer_id: The ID of the trasnfer to accept.
:param transfer_id: The ID of the transfer to accept.
:param auth_key: The auth_key of the transfer.
:rtype: :class:`VolumeTransfer`
"""

View File

@ -48,7 +48,7 @@ class VolumeTransferManager(base.ManagerWithFind):
def accept(self, transfer_id, auth_key):
"""Accept a volume transfer.
:param transfer_id: The ID of the trasnfer to accept.
:param transfer_id: The ID of the transfer to accept.
:param auth_key: The auth_key of the transfer.
:rtype: :class:`VolumeTransfer`
"""

View File

@ -30,6 +30,10 @@ See also :doc:`/man/cinder`.
Release Notes
=============
MASTER
------
.. _1255905: http://bugs.launchpad.net/python-cinderclient/+bug/1255905
1.0.8
-----
* Add support for reset-state on multiple volumes or snapshots at once