~ubuntu-branches/ubuntu/quantal/nova/quantal-proposed

« back to all changes in this revision

Viewing changes to nova/virt/libvirt.rescue.uml.xml.template

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2011-01-21 11:48:06 UTC
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20110121114806-v8fvnnl6az4m4ohv
Tags: upstream-2011.1~bzr597
ImportĀ upstreamĀ versionĀ 2011.1~bzr597

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<domain type='%(type)s'>
2
 
    <name>%(name)s</name>
3
 
    <memory>%(memory_kb)s</memory>
4
 
    <os>
5
 
        <type>%(type)s</type>
6
 
        <kernel>/usr/bin/linux</kernel>
7
 
        <root>/dev/ubda1</root>
8
 
    </os>
9
 
    <devices>
10
 
        <disk type='file'>
11
 
            <source file='%(basepath)s/rescue-disk'/>
12
 
            <target dev='ubd0' bus='uml'/>
13
 
        </disk>
14
 
        <disk type='file'>
15
 
            <source file='%(basepath)s/disk'/>
16
 
            <target dev='ubd1' bus='uml'/>
17
 
        </disk>
18
 
        <interface type='bridge'>
19
 
            <source bridge='%(bridge_name)s'/>
20
 
            <mac address='%(mac_address)s'/>
21
 
        </interface>
22
 
        <console type="file">
23
 
            <source path='%(basepath)s/console.log'/>
24
 
        </console>
25
 
    </devices>
26
 
</domain>