Revision d324e3fc lib/backend.py

b/lib/backend.py
1347 1347
    True if successful, False otherwise.
1348 1348

  
1349 1349
  """
1350
  # TODO(ultrotter): Import/Export still to be converted to OS API 10
1351
  logging.error("Import/Export still to be converted to OS API 10")
1352
  return False
1353

  
1350 1354
  inst_os = OSFromDisk(instance.os)
1351 1355
  export_script = inst_os.export_script
1352 1356

  
......
1494 1498
    False in case of error, True otherwise.
1495 1499

  
1496 1500
  """
1501
  # TODO(ultrotter): Import/Export still to be converted to OS API 10
1502
  logging.error("Import/Export still to be converted to OS API 10")
1503
  return False
1504

  
1497 1505
  inst_os = OSFromDisk(instance.os)
1498 1506
  import_script = inst_os.import_script
1499 1507

  

Also available in: Unified diff