Revision 19930d75 lib/opcodes.py

b/lib/opcodes.py
1753 1753
  OP_RESULT = _TOldQueryResult
1754 1754

  
1755 1755

  
1756
# ExtStorage opcodes
1757
class OpExtStorageDiagnose(OpCode):
1758
  """Compute the list of external storage providers."""
1759
  OP_PARAMS = [
1760
    _POutputFields,
1761
    ("names", ht.EmptyList, ht.TListOf(ht.TNonEmptyString),
1762
     "Which ExtStorage Provider to diagnose"),
1763
    ]
1764
  OP_RESULT = _TOldQueryResult
1765

  
1756 1766
# Exports opcodes
1757 1767
class OpBackupQuery(OpCode):
1758 1768
  """Compute the list of exported images."""

Also available in: Unified diff