Revision e8d61457 lib/rpc.py

b/lib/rpc.py
874 874
                               [vg_name, hypervisor_type])
875 875

  
876 876
  @_RpcTimeout(_TMO_NORMAL)
877
  def call_node_add(self, node, dsa, dsapub, rsa, rsapub, ssh, sshpub):
878
    """Add a node to the cluster.
879

  
880
    This is a single-node call.
881

  
882
    """
883
    return self._SingleNodeCall(node, "node_add",
884
                                [dsa, dsapub, rsa, rsapub, ssh, sshpub])
885

  
886
  @_RpcTimeout(_TMO_NORMAL)
887 877
  def call_node_verify(self, node_list, checkdict, cluster_name):
888 878
    """Request verification of given parameters.
889 879

  

Also available in: Unified diff