~cbehrens/nova/lp844160-build-works-with-zones

« back to all changes in this revision

Viewing changes to nova/compute/fakevirtinstance.xml

  • Committer: Jesse Andrews
  • Date: 2010-05-28 06:05:26 UTC
  • Revision ID: git-v1:bf6e6e718cdc7488e2da87b21e258ccc065fe499
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- 
 
2
# Copyright [2010] [Anso Labs, LLC]
 
3
 
4
#    Licensed under the Apache License, Version 2.0 (the "License");
 
5
#    you may not use this file except in compliance with the License.
 
6
#    You may obtain a copy of the License at
 
7
 
8
#        http://www.apache.org/licenses/LICENSE-2.0
 
9
 
10
#    Unless required by applicable law or agreed to in writing, software
 
11
#    distributed under the License is distributed on an "AS IS" BASIS,
 
12
#    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
13
#    See the License for the specific language governing permissions and
 
14
#    limitations under the License.
 
15
 -->
 
16
<domain type='kvm' id='100'>
 
17
  <name>i-A9B8C7D6</name>
 
18
  <uuid>12a345bc-67c8-901d-2e34-56f7g89012h3</uuid>
 
19
  <memory>524288</memory>
 
20
  <currentMemory>524288</currentMemory>
 
21
  <vcpu>1</vcpu>
 
22
  <os/>
 
23
  <features>
 
24
    <acpi/>
 
25
  </features>
 
26
  <clock offset='utc'/>
 
27
  <on_poweroff>destroy</on_poweroff>
 
28
  <on_reboot>restart</on_reboot>
 
29
  <on_crash>destroy</on_crash>
 
30
  <devices>
 
31
    <emulator>/usr/bin/kvm</emulator>
 
32
    <disk type='file' device='disk'>
 
33
      <source file='/var/lib/fakevirt/instances/i-A9B8C7D6/disk'/>
 
34
      <target dev='sda' bus='scsi'/>
 
35
    </disk>
 
36
    <interface type='bridge'>
 
37
      <mac address='a0:1b:c2:3d:4e:f5'/>
 
38
      <source bridge='fakebr2000'/>
 
39
      <target dev='vnet1'/>
 
40
      <model type='e1000'/>
 
41
    </interface>
 
42
  </devices>
 
43
</domain>
 
 
b'\\ No newline at end of file'