Fix punctuation in an error message
[ganeti-local] / lib / opcodes.py
index 0293ba4..2aece44 100644 (file)
@@ -969,6 +969,7 @@ class OpInstanceQueryData(OpCode):
   OP_PARAMS = [
     ("instances", ht.EmptyList, ht.TListOf(ht.TNonEmptyString)),
     ("static", False, ht.TBool),
+    ("use_locking", False, ht.TBool),
     ]