Revision 74409b12 lib/opcodes.py

b/lib/opcodes.py
424 424
  OP_DSC_FIELD = "instance_name"
425 425
  __slots__ = [
426 426
    "instance_name", "mem", "vcpus", "ip", "bridge", "mac",
427
    "kernel_path", "initrd_path", "hvm_boot_order", "hvm_acpi",
428
    "hvm_pae", "hvm_cdrom_image_path", "vnc_bind_address",
429
    "hvm_nic_type", "hvm_disk_type", "force"
427
    "hvparams", "force",
430 428
    ]
431 429

  
432 430

  

Also available in: Unified diff