gnt-cluster modify: Add "--submit" option
[ganeti-local] / lib / opcodes.py
index be68715..828497f 100644 (file)
@@ -915,7 +915,7 @@ class OpQuery(OpCode):
     _PUseLocking,
     ("fields", ht.NoDefault, ht.TListOf(ht.TNonEmptyString),
      "Requested fields"),
-    ("qfilter", None, ht.TOr(ht.TNone, ht.TListOf),
+    ("qfilter", None, ht.TOr(ht.TNone, ht.TList),
      "Query filter"),
     ]
   OP_RESULT = \