Revision a9532fb0 lib/ht.py

b/lib/ht.py
581 581
TRebootType = TElemOf(constants.REBOOT_TYPES)
582 582
TFileDriver = TElemOf(constants.FILE_DRIVER)
583 583
TOobCommand = TElemOf(constants.OOB_COMMANDS)
584
TQueryTypeOp = TElemOf(constants.QR_VIA_OP)
584
# FIXME: adjust this after all queries are in haskell
585
TQueryTypeOp = TElemOf(set(constants.QR_VIA_OP)
586
                       .union(set(constants.QR_VIA_LUXI)))
585 587

  
586 588
TDiskParams = \
587 589
    Comment("Disk parameters")(TDictOf(TNonEmptyString,

Also available in: Unified diff