X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/a07247721fd9c2c5dfa6cd840db7b4ac647e4c58..bfceedbe:/lib/opcodes.py diff --git a/lib/opcodes.py b/lib/opcodes.py index 0293ba4..2b18f5e 100644 --- a/lib/opcodes.py +++ b/lib/opcodes.py @@ -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), ]