This file is indexed.

/usr/share/pyshared/nova/compute/fakevirtinstance.xml is in python-nova 2012.1-0ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<domain type='kvm' id='100'>
  <name>i-A9B8C7D6</name>
  <uuid>12a345bc-67c8-901d-2e34-56f7g89012h3</uuid>
  <memory>524288</memory>
  <currentMemory>524288</currentMemory>
  <vcpu>1</vcpu>
  <os/>
  <features>
    <acpi/>
  </features>
  <clock offset='utc'/>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>destroy</on_crash>
  <devices>
    <emulator>/usr/bin/kvm</emulator>
    <disk type='file' device='disk'>
      <source file='/var/lib/fakevirt/instances/i-A9B8C7D6/disk'/>
      <target dev='sda' bus='scsi'/>
    </disk>
    <interface type='bridge'>
      <mac address='a0:1b:c2:3d:4e:f5'/>
      <source bridge='fakebr2000'/>
      <target dev='vnet1'/>
      <model type='e1000'/>
    </interface>
  </devices>
</domain>