Revision 08db7c5c lib/opcodes.py

b/lib/opcodes.py
319 319
  OP_ID = "OP_INSTANCE_CREATE"
320 320
  OP_DSC_FIELD = "instance_name"
321 321
  __slots__ = [
322
    "instance_name", "disk_size", "os_type", "pnode",
323
    "disk_template", "snode", "swap_size", "mode",
324
    "ip", "bridge", "src_node", "src_path", "start",
325
    "wait_for_sync", "ip_check", "mac",
322
    "instance_name", "os_type", "pnode",
323
    "disk_template", "snode", "mode",
324
    "disks", "nics",
325
    "src_node", "src_path", "start",
326
    "wait_for_sync", "ip_check",
326 327
    "file_storage_dir", "file_driver",
327 328
    "iallocator",
328 329
    "hypervisor", "hvparams", "beparams",

Also available in: Unified diff