~ubuntu-branches/ubuntu/quantal/vm-builder/quantal-proposed

« back to all changes in this revision

Viewing changes to VMBuilder/plugins/libvirt/templates/libvirtxml.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2010-07-09 22:58:32 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20100709225832-3l6cw3i8jpsi6x95
Tags: 0.12.4-0ubuntu1
New upstream, bugfix release. (LP: #539460, #536942, #535397,
#550689, #410521, #550691, others)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<domain type='kvm'>
 
1
<domain type='$domain_type'>
2
2
  <name>$hostname</name>
3
3
  <memory>#echo int($mem) * 1024 #</memory>
4
4
  <vcpu>$cpus</vcpu>