Revision 5018a335 scripts/gnt-instance

b/scripts/gnt-instance
188 188
      "sda_size": "Disk/0", "sdb_size": "Disk/1",
189 189
      "status": "Status", "tags": "Tags",
190 190
      "network_port": "Network_port",
191
      "kernel_path": "Kernel_path",
192
      "initrd_path": "Initrd_path",
193
      "hvm_boot_order": "HVM_boot_order",
194
      "hvm_acpi": "HVM_ACPI",
195
      "hvm_pae": "HVM_PAE",
196
      "hvm_cdrom_image_path": "HVM_CDROM_image_path",
197
      "hvm_nic_type": "HVM_NIC_type",
198
      "hvm_disk_type": "HVM_disk_type",
191
      "hv/kernel_path": "Kernel_path",
192
      "hv/initrd_path": "Initrd_path",
193
      "hv/boot_order": "HVM_boot_order",
194
      "hv/acpi": "HVM_ACPI",
195
      "hv/pae": "HVM_PAE",
196
      "hv/cdrom_image_path": "HVM_CDROM_image_path",
197
      "hv/nic_type": "HVM_NIC_type",
198
      "hv/disk_type": "HVM_Disk_type",
199 199
      "vnc_bind_address": "VNC_bind_address",
200 200
      "serial_no": "SerialNo", "hypervisor": "Hypervisor",
201
      "hvparams": "Hypervisor_parameters",
201 202
      }
202 203
  else:
203 204
    headers = None
......
237 238
          val = "N/A"
238 239
      elif field in list_type_fields:
239 240
        val = ",".join(val)
241
      elif val is None:
242
        val = "-"
240 243
      row[idx] = str(val)
241 244

  
242 245
  data = GenerateTable(separator=opts.separator, headers=headers,

Also available in: Unified diff