Revision b6aaf437 lib/opcodes.py

b/lib/opcodes.py
152 152
_PHvState = ("hv_state", None, ht.TMaybeDict, "Set hypervisor states")
153 153
_PDiskState = ("disk_state", None, ht.TMaybeDict, "Set disk states")
154 154

  
155

  
156
_PIgnoreIpolicy = ("ignore_ipolicy", False, ht.TBool,
157
                   "Whether to ignore ipolicy violations")
158

  
155 159
#: OP_ID conversion regular expression
156 160
_OPID_RE = re.compile("([a-z])([A-Z])")
157 161

  
......
1236 1240
    _PShutdownTimeout,
1237 1241
    _PIgnoreConsistency,
1238 1242
    _PMigrationTargetNode,
1243
    _PIgnoreIpolicy,
1239 1244
    ("iallocator", None, ht.TMaybeString,
1240 1245
     "Iallocator for deciding the target node for shared-storage instances"),
1241 1246
    ]

Also available in: Unified diff