X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/3583908adf0106eb41cb14a37f3f375fc783afdd..4a34c5cf5664c10a1c06e8865067b429ab0b9c71:/lib/rpc.py diff --git a/lib/rpc.py b/lib/rpc.py index b02cc1a..e28db0e 100644 --- a/lib/rpc.py +++ b/lib/rpc.py @@ -301,7 +301,7 @@ class RpcRunner(object): def _ConnectList(self, client, node_list, call): """Helper for computing node addresses. - @type client: L{Client} + @type client: L{ganeti.rpc.Client} @param client: a C{Client} instance @type node_list: list @param node_list: the node list we should connect @@ -331,7 +331,7 @@ class RpcRunner(object): def _ConnectNode(self, client, node, call): """Helper for computing one node's address. - @type client: L{Client} + @type client: L{ganeti.rpc.Client} @param client: a C{Client} instance @type node: str @param node: the node we should connect