Revision b954f097 lib/constants.py

b/lib/constants.py
1732 1732
QR_JOB = "job"
1733 1733
QR_EXPORT = "export"
1734 1734
QR_NETWORK = "network"
1735
QR_EXTSTORAGE = "extstorage"
1735 1736

  
1736 1737
#: List of resources which can be queried using L{opcodes.OpQuery}
1737 1738
QR_VIA_OP = compat.UniqueFrozenset([
......
1742 1743
  QR_OS,
1743 1744
  QR_EXPORT,
1744 1745
  QR_NETWORK,
1746
  QR_EXTSTORAGE,
1745 1747
  ])
1746 1748

  
1747 1749
#: List of resources which can be queried using Local UniX Interface

Also available in: Unified diff