~nova-coresec/ubuntu/maverick/libvirt/nova-ppa

« back to all changes in this revision

Viewing changes to docs/testdomfc4.xml

  • Committer: James Westby
  • Author(s): Guido Günther, Laurent Léonard, Guido Günther
  • Date: 2009-11-06 01:44:21 UTC
  • mfrom: (0.1.3 experimental)
  • mto: (3.4.9 squeeze)
  • mto: This revision was merged to the branch mainline in revision 58.
  • Revision ID: james.westby@canonical.com-20091106014421-dt3mlgmcukyggxex
Tags: 0.7.2-2
[ Laurent Léonard ]
* [a9ea205] Change requirement of libvirt-bin in libvirt- suspendonreboot.
* [a4db804] Update debian/patches/0006-Don-t-let-parent-of-daemon-
  exit-until-basic-initiali.patch. Fix use of an uninitialized variable that
  was causing a bug on i386 systems.
* [59e1e53] Redo patches.

[ Guido Günther ]
* upload to unstable
* [43f106a] Only remove masquerade roles for VIR_NETWORK_FORWARD_NAT
  (Closes: #549949) - thanks to Rob S. Wolfram for testing

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<domain type='test'>
2
 
  <name>fc4</name>
3
 
  <uuid>EF86180145B911CB88E3AFBFE5370493</uuid>
4
 
  <os>
5
 
    <type>xen</type>
6
 
    <kernel>/boot/vmlinuz-2.6.15-1.43_FC5guest</kernel>
7
 
    <initrd>/boot/initrd-2.6.15-1.43_FC5guest.img</initrd>
8
 
    <root>/dev/sda1</root>
9
 
    <cmdline> ro selinux=0 3</cmdline>
10
 
  </os>
11
 
  <memory>261072</memory>
12
 
  <currentMemory>131072</currentMemory>
13
 
  <vcpu>1</vcpu>
14
 
  <devices>
15
 
    <disk type='file'>
16
 
      <source file='/u/fc4.img'/>
17
 
      <target dev='sda1'/>
18
 
    </disk>
19
 
    <interface type='bridge'>
20
 
      <source bridge='xenbr0'/>
21
 
      <mac address='aa:00:00:00:00:11'/>
22
 
      <script path='/etc/xen/scripts/vif-bridge'/>
23
 
    </interface>
24
 
    <console tty='/dev/pts/5'/>
25
 
  </devices>
26
 
</domain>