Revision bf6929a2 lib/opcodes.py

b/lib/opcodes.py
171 171
  __slots__ = ["instance_name"]
172 172

  
173 173

  
174
class OpRebootInstance(OpCode):
175
  """Reboot an instance."""
176
  OP_ID = "OP_INSTANCE_STARTUP"
177
  __slots__ = ["instance_name", "reboot_type", "extra_args",
178
               "ignore_secondaries" ]
179

  
180

  
174 181
class OpAddMDDRBDComponent(OpCode):
175 182
  """Add a MD-DRBD component."""
176 183
  OP_ID = "OP_INSTANCE_ADD_MDDRBD"

Also available in: Unified diff