On 12/01/2014 08:46 PM, 'Klaus Aehlig' via ganeti-devel wrote:
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)
LGTM -- Niklas Hambüchen Google Germany GmbH, Dienerstr. 12, 80331 Muenchen Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschaeftsfuehrer: Graham Law, Christine Elizabeth Flores
