Revision b2e8a4d9 tools/move-instance

b/tools/move-instance
819 819
  try:
820 820
    # Add instance moves to workerpool
821 821
    for move in moves:
822
      wp.AddTask(rapi_factory, move)
822
      wp.AddTask((rapi_factory, move))
823 823

  
824 824
    # Wait for all moves to finish
825 825
    wp.Quiesce()

Also available in: Unified diff