From: Greg Price Date: Fri, 9 May 2008 06:27:43 +0000 (-0400) Subject: stop showing "Reserved machine name" as an option to users X-Git-Tag: sipb-xen-www/3.4~16 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/5f5af8727a89630bbefac62c70f1dfd9eede0024 stop showing "Reserved machine name" as an option to users svn path=/trunk/packages/sipb-xen-www/; revision=512 --- diff --git a/code/templates/functions.tmpl b/code/templates/functions.tmpl index 2ae2266..e1ae309 100644 --- a/code/templates/functions.tmpl +++ b/code/templates/functions.tmpl @@ -33,11 +33,11 @@ $databaseList(sorted($sipb_xen_database.Autoinstall.select(), key=lambda x: x.de #end def #def vmTypeList($default=None) -#for $vmtype in sorted($sipb_xen_database.Type.select(), key=lambda x: x.description) +#for $vmtype in (('linux-hvm', 'HVM'), ('linux', 'ParaVM'), ) #end for #end def