Revision 5397e0b7 lib/opcodes.py

b/lib/opcodes.py
310 310
    "kernel_path", "initrd_path", "hvm_boot_order", "hvm_acpi",
311 311
    "hvm_pae", "hvm_cdrom_image_path", "vnc_bind_address",
312 312
    "file_storage_dir", "file_driver",
313
    "iallocator",
313
    "iallocator", "hvm_nic_type", "hvm_disk_type",
314 314
    ]
315 315

  
316 316

  
......
399 399
  __slots__ = [
400 400
    "instance_name", "mem", "vcpus", "ip", "bridge", "mac",
401 401
    "kernel_path", "initrd_path", "hvm_boot_order", "hvm_acpi",
402
    "hvm_pae", "hvm_cdrom_image_path", "vnc_bind_address"
402
    "hvm_pae", "hvm_cdrom_image_path", "vnc_bind_address",
403
    "hvm_nic_type", "hvm_disk_type"
403 404
    ]
404 405

  
405 406

  

Also available in: Unified diff