Fix inappropriate comment for volume update api
Change-Id: Id7a436cc864772bd2662fce0ef80d647c9e3dcf0 Closes-Bug: #1264415
This commit is contained in:
parent
a2b9bdd36c
commit
12ee7b72ff
@ -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
|
||||
|
@ -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
|
||||
-----
|
||||
|
Loading…
Reference in New Issue
Block a user