Revision d0834de3 lib/opcodes.py

b/lib/opcodes.py
142 142
class OpReinstallInstance(OpCode):
143 143
  """Reinstall an instance."""
144 144
  OP_ID = "OP_INSTANCE_REINSTALL"
145
  __slots__ = ["instance_name"]
145
  __slots__ = ["instance_name", "os_type"]
146 146

  
147 147

  
148 148
class OpRemoveInstance(OpCode):

Also available in: Unified diff