Fix return type in consistencygroups docstring
Fix return type of create_from_src in consistencygroups. TrivialFix Change-Id: I510ccbb919af0a3f0950ff04f9c41b3d3b6aacfa
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user