From 12ee7b72ff823df92e06df847c2f5c3e2dc152b3 Mon Sep 17 00:00:00 2001 From: Zhenguo Niu Date: Fri, 27 Dec 2013 10:32:11 +0800 Subject: [PATCH] Fix inappropriate comment for volume update api Change-Id: Id7a436cc864772bd2662fce0ef80d647c9e3dcf0 Closes-Bug: #1264415 --- cinderclient/v1/volumes.py | 2 +- doc/source/index.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cinderclient/v1/volumes.py b/cinderclient/v1/volumes.py index a74c835f6..238e29f1d 100644 --- a/cinderclient/v1/volumes.py +++ b/cinderclient/v1/volumes.py @@ -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 diff --git a/doc/source/index.rst b/doc/source/index.rst index a16941d80..3da33956c 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -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 -----