Revision eeb3a5f9

b/lib/opcodes.py
201 201

  
202 202
class OpRebootInstance(OpCode):
203 203
  """Reboot an instance."""
204
  OP_ID = "OP_INSTANCE_STARTUP"
204
  OP_ID = "OP_INSTANCE_REBOOT"
205 205
  __slots__ = ["instance_name", "reboot_type", "extra_args",
206 206
               "ignore_secondaries" ]
207 207

  

Also available in: Unified diff