Revision 0092d621

b/lib/rpc.py
1177 1177
    return cls._StaticMultiNodeCall(node_list, "write_ssconf_files", [values])
1178 1178

  
1179 1179
  @_RpcTimeout(_TMO_NORMAL)
1180
  def call_run_oob(self, node, oob_program, command, remote_node):
1180
  def call_run_oob(self, node, oob_program, command, remote_node, timeout):
1181 1181
    """Runs OOB.
1182 1182

  
1183 1183
    This is a single-node call.
1184 1184

  
1185 1185
    """
1186 1186
    return self._SingleNodeCall(node, "run_oob", [oob_program, command,
1187
                                                  remote_node])
1187
                                                  remote_node, timeout])
1188 1188

  
1189 1189
  @_RpcTimeout(_TMO_FAST)
1190 1190
  def call_os_diagnose(self, node_list):

Also available in: Unified diff