Fix typos in cinderclient
Small nit-pics in volume_transfers. Change-Id: I846b38970b14e6385269a02bb495c63464ea0842 Closes-Bug: #1255905
This commit is contained in:
parent
e31e057ccc
commit
4273bbefb9
@ -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`
|
||||
"""
|
||||
|
@ -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`
|
||||
"""
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user