diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2010-12-22 21:41:40 +0000 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2010-12-22 21:41:40 +0000 |
| commit | 1509d51c7e9be04f8ca7aa9fb50d7b06b20a4e71 (patch) | |
| tree | 2e02db811d7f26dc8b82c01072779cb1e3f74236 | |
| parent | d0807b0e7290bcb1dfd7449470bc2def903272be (diff) | |
| download | nova-1509d51c7e9be04f8ca7aa9fb50d7b06b20a4e71.tar.gz nova-1509d51c7e9be04f8ca7aa9fb50d7b06b20a4e71.tar.xz nova-1509d51c7e9be04f8ca7aa9fb50d7b06b20a4e71.zip | |
remove extra files that slipped in
| -rw-r--r-- | nova/virt/libvirt.uml.xml.template.THIS | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/nova/virt/libvirt.uml.xml.template.THIS b/nova/virt/libvirt.uml.xml.template.THIS deleted file mode 100644 index 506f2ef72..000000000 --- a/nova/virt/libvirt.uml.xml.template.THIS +++ /dev/null @@ -1,27 +0,0 @@ -<domain type='%(type)s'> - <name>%(name)s</name> - <memory>%(memory_kb)s</memory> - <os> - <type>%(type)s</type> - <kernel>/usr/bin/linux</kernel> - <root>/dev/ubda1</root> - </os> - <devices> - <disk type='file'> - <source file='%(basepath)s/disk'/> - <target dev='ubd0' bus='uml'/> - </disk> - <interface type='bridge'> - <source bridge='%(bridge_name)s'/> - <mac address='%(mac_address)s'/> - <filterref filter="nova-instance-%(name)s"> - <parameter name="IP" value="%(ip_address)s" /> - <parameter name="DHCPSERVER" value="%(dhcp_server)s" /> - %(extra_params)s - </filterref> - </interface> - <console type="file"> - <source path='%(basepath)s/console.log'/> - </console> - </devices> -</domain> |
