Revision 19930d75 lib/constants.py

b/lib/constants.py
1610 1610
QR_OS = "os"
1611 1611
QR_JOB = "job"
1612 1612
QR_EXPORT = "export"
1613
QR_EXTSTORAGE = "extstorage"
1613 1614

  
1614 1615
#: List of resources which can be queried using L{opcodes.OpQuery}
1615 1616
QR_VIA_OP = frozenset([
......
1619 1620
  QR_GROUP,
1620 1621
  QR_OS,
1621 1622
  QR_EXPORT,
1623
  QR_EXTSTORAGE,
1622 1624
  ])
1623 1625

  
1624 1626
#: List of resources which can be queried using Local UniX Interface

Also available in: Unified diff