Signed-off-by: Klaus Aehlig <[email protected]>
---
lib/config/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/config/__init__.py b/lib/config/__init__.py
index a8d47c1..bb57ef8 100644
--- a/lib/config/__init__.py
+++ b/lib/config/__init__.py
@@ -538,7 +538,7 @@ class ConfigWriter(object):
@type inst_uuid: string
@param inst_uuid: The UUID of the instance we want to get nodes for
@rtype: list of strings
- @return: A list of names for all the secondary nodes of the instance
+ @return: A tuple of names for all the secondary nodes of the instance
"""
(all_nodes, instance) = self._AllInstanceNodes(inst_uuid)
--
2.2.0.rc0.207.ga3a616c