#from skeleton import skeleton #extends skeleton #def title List of your VMs #end def #def body #if not $machines #else

You have the following VMs:

#for $machine in $machines: #if $machine.nics #set $nic = $machine.nics[0] #else #end if #end for
Name Memory owner IP MAC Address Hostname Status VNC Restart?
$machine.name ${machine.memory}M $machine.owner$nic.ip $nic.mac_addr $nic.hostname Good! Console
#end if

Create a new VM:

#set $maxmem=256 #set $maxdisk=1.5
Name
Memory megabytes ($maxmem max)
Disk gigabytes ($maxdisk max)
HVM/ParaVM HVM ParaVM
Initial Install
#end def