Revision 710bc88c qa/ganeti-qa.py

b/qa/ganeti-qa.py
553 553

  
554 554
  qa_config.Load(config_file)
555 555

  
556
  qa_utils.StartMultiplexer(qa_config.GetMasterNode()["primary"])
556
  primary = qa_config.GetMasterNode()["primary"]
557
  qa_utils.StartMultiplexer(primary)
558
  print ("SSH command for primary node: %s" %
559
         utils.ShellQuoteArgs(qa_utils.GetSSHCommand(primary, "")))
560
  print ("SSH command for other nodes: %s" %
561
         utils.ShellQuoteArgs(qa_utils.GetSSHCommand("NODE", "")))
557 562
  try:
558 563
    RunQa()
559 564
  finally:

Also available in: Unified diff