Revision 07813a9e lib/opcodes.py

b/lib/opcodes.py
382 382
  """Startup an instance."""
383 383
  OP_ID = "OP_INSTANCE_STARTUP"
384 384
  OP_DSC_FIELD = "instance_name"
385
  __slots__ = ["instance_name", "force", "extra_args"]
385
  __slots__ = ["instance_name", "force"]
386 386

  
387 387

  
388 388
class OpShutdownInstance(OpCode):
......
396 396
  """Reboot an instance."""
397 397
  OP_ID = "OP_INSTANCE_REBOOT"
398 398
  OP_DSC_FIELD = "instance_name"
399
  __slots__ = ["instance_name", "reboot_type", "extra_args",
400
               "ignore_secondaries" ]
399
  __slots__ = ["instance_name", "reboot_type", "ignore_secondaries" ]
401 400

  
402 401

  
403 402
class OpReplaceDisks(OpCode):

Also available in: Unified diff