Revision 99e8bbde scripts/gnt-node

b/scripts/gnt-node
30 30

  
31 31
def AddNode(opts, args):
32 32
  """Add node cli-to-processor bridge."""
33
  logger.ToStderr("-- WARNING -- \n"
34
    "Performing this operation is going to replace the ssh daemon keypair\n"
35
    "on the target machine (%s) with the ones of the current one\n"
36
    "and grant full intra-cluster ssh root access to/from it\n" % args[0])
33 37
  op = opcodes.OpAddNode(node_name=args[0], secondary_ip=opts.secondary_ip)
34 38
  SubmitOpCode(op)
35 39

  

Also available in: Unified diff