Merge remote branch 'origin/devel-2.1'
[ganeti-local] / lib / opcodes.py
index 42ef839..823ccc2 100644 (file)
@@ -653,6 +653,8 @@ class OpExportInstance(OpCode):
   OP_DSC_FIELD = "instance_name"
   __slots__ = [
     "instance_name", "target_node", "shutdown", "shutdown_timeout",
+    "remove_instance",
+    "ignore_remove_failures",
     ]