From b2d0f988b9f25147b9ac6f959b5d0cc469cb6585 Mon Sep 17 00:00:00 2001 From: Cao ShuFeng Date: Fri, 26 Feb 2016 14:52:54 +0800 Subject: [PATCH] Fix return type in consistencygroups docstring Fix return type of create_from_src in consistencygroups. TrivialFix Change-Id: I510ccbb919af0a3f0950ff04f9c41b3d3b6aacfa --- cinderclient/v2/consistencygroups.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinderclient/v2/consistencygroups.py b/cinderclient/v2/consistencygroups.py index 4f68bf822..80d903bc9 100644 --- a/cinderclient/v2/consistencygroups.py +++ b/cinderclient/v2/consistencygroups.py @@ -79,7 +79,7 @@ class ConsistencygroupManager(base.ManagerWithFind): :param description: Description of the ConsistencyGroup :param user_id: User id derived from context :param project_id: Project id derived from context - :rtype: :class:`Consistencygroup` + :rtype: A dictionary containing Consistencygroup metadata """ body = {'consistencygroup-from-src': {'name': name, 'description': description,