Add two new opcode options to LUOobCommand
[ganeti-local] / lib / opcodes.py
index 0293ba4..2b18f5e 100644 (file)
@@ -593,6 +593,8 @@ class OpOobCommand(OpCode):
     ("node_names", ht.EmptyList, ht.TListOf(ht.TNonEmptyString)),
     ("command", None, ht.TElemOf(constants.OOB_COMMANDS)),
     ("timeout", constants.OOB_TIMEOUT, ht.TInt),
+    ("ignore_status", False, ht.TBool),
+    ("force_master", False, ht.TBool),
     ]