From: Paul Durrant Date: Tue, 12 Oct 2010 10:53:30 +0000 (+0100) Subject: Remove the Windows XP SP2 template X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a1e4e8ceed97c257a0ce2e007f36ac569f6fc21c;p=xcp%2Fxen-api.git Remove the Windows XP SP2 template Signed-off-by: Paul Durrant --- diff --git a/ocaml/xapi/create_templates.ml b/ocaml/xapi/create_templates.ml index 5c3d0a3f..93719283 100644 --- a/ocaml/xapi/create_templates.ml +++ b/ocaml/xapi/create_templates.ml @@ -484,7 +484,6 @@ let create_all_templates rpc session_id = let x = XenApp in [ other_install_media_template (default_memory_parameters 128L); - windows_template "XP SP2" X32 256 8 [ ]; windows_template "XP SP3" X32 256 8 [ ]; windows_template "Vista" X32 1024 24 [n; ]; windows_template "7" X32 1024 24 [n; ];