From 5f5af8727a89630bbefac62c70f1dfd9eede0024 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Fri, 9 May 2008 02:27:43 -0400 Subject: [PATCH 1/1] stop showing "Reserved machine name" as an option to users svn path=/trunk/packages/sipb-xen-www/; revision=512 --- code/templates/functions.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.9.5