Revision be3a4b14 lib/constants.py

b/lib/constants.py
1027 1027
QR_NODE = "node"
1028 1028
QR_LOCK = "lock"
1029 1029
QR_GROUP = "group"
1030
QR_OS = "os"
1030 1031

  
1031 1032
#: List of resources which can be queried using L{opcodes.OpQuery}
1032
QR_OP_QUERY = frozenset([QR_INSTANCE, QR_NODE, QR_GROUP])
1033
QR_OP_QUERY = frozenset([QR_INSTANCE, QR_NODE, QR_GROUP, QR_OS])
1033 1034

  
1034 1035
#: List of resources which can be queried using Local UniX Interface
1035 1036
QR_OP_LUXI = QR_OP_QUERY.union([

Also available in: Unified diff