Fix inappropriate comment for volume update api

Change-Id: Id7a436cc864772bd2662fce0ef80d647c9e3dcf0
Closes-Bug: #1264415
This commit is contained in:
Zhenguo Niu 2013-12-27 10:32:11 +08:00
parent a2b9bdd36c
commit 12ee7b72ff
2 changed files with 2 additions and 1 deletions

View File

@ -231,7 +231,7 @@ class VolumeManager(base.ManagerWithFind):
"""
Update the display_name or display_description for a volume.
:param volume: The :class:`Volume` to delete.
:param volume: The :class:`Volume` to update.
"""
if not kwargs:
return

View File

@ -39,6 +39,7 @@ MASTER
.. _1252665: http://bugs.launchpad.net/python-cinderclient/+bug/1252665
.. _1255876: http://bugs.launchpad.net/python-cinderclient/+bug/1255876
.. _1251385: http://bugs.launchpad.net/python-cinderclient/+bug/1251385
.. _1264415: http://bugs.launchpad.net/python-cinderclient/+bug/1264415
1.0.7
-----