Revision 052783ff lib/client/gnt_cluster.py

b/lib/client/gnt_cluster.py
538 538
    nodes.append(master_node)
539 539

  
540 540
  for name in nodes:
541
    result = srun.Run(name, "root", command)
541
    result = srun.Run(name, constants.SSH_LOGIN_USER, command)
542 542
    ToStdout("------------------------------------------------")
543 543
    if opts.show_machine_names:
544 544
      for line in result.output.splitlines():

Also available in: Unified diff