Revision 7767bbf5 lib/opcodes.py

b/lib/opcodes.py
349 349
  __slots__ = ["instances"]
350 350

  
351 351

  
352
class OpSetInstanceParms(OpCode):
352
class OpSetInstanceParams(OpCode):
353 353
  """Change the parameters of an instance."""
354
  OP_ID = "OP_INSTANCE_SET_PARMS"
354
  OP_ID = "OP_INSTANCE_SET_PARAMS"
355 355
  __slots__ = [
356 356
    "instance_name", "mem", "vcpus", "ip", "bridge", "mac",
357 357
    "kernel_path", "initrd_path", "hvm_boot_order",

Also available in: Unified diff