Revision 4b9e8c93 lib/opcodes.py

b/lib/opcodes.py
78 78
#: List of tag strings
79 79
_PTags = ("tags", ht.NoDefault, ht.TListOf(ht.TNonEmptyString))
80 80

  
81
#: Ignore consistency
82
_PIgnoreConsistency = ("ignore_consistency", False, ht.TBool)
83

  
81 84
#: OP_ID conversion regular expression
82 85
_OPID_RE = re.compile("([a-z])([A-Z])")
83 86

  
......
696 699
  OP_PARAMS = [
697 700
    _PNodeName,
698 701
    _PStorageType,
702
    _PIgnoreConsistency,
699 703
    ("name", ht.NoDefault, ht.TNonEmptyString),
700
    ("ignore_consistency", False, ht.TBool),
701 704
    ]
702 705

  
703 706

  
......
879 882
  OP_PARAMS = [
880 883
    _PInstanceName,
881 884
    _PShutdownTimeout,
882
    ("ignore_consistency", False, ht.TBool),
885
    _PIgnoreConsistency,
883 886
    ]
884 887

  
885 888

  

Also available in: Unified diff