Revision 51144e33 lib/bootstrap.py

b/lib/bootstrap.py
285 285
                constants.SSL_CERT_FILE, gntpem,
286 286
                constants.NODE_INITD_SCRIPT))
287 287

  
288
  result = sshrunner.Run(node, 'root', mycommand, batch=False, ask_key=True)
288
  result = sshrunner.Run(node, 'root', mycommand, batch=False, ask_key=True,
289
                         use_cluster_key=False)
289 290
  if result.failed:
290 291
    raise errors.OpExecError("Remote command on node %s, error: %s,"
291 292
                             " output: %s" %

Also available in: Unified diff