|
|
|
|
|
|
|
|
|
|
xen-api
[Xen-API] [PATCH] Add a missing 2008 R2 x64 template
# HG changeset patch
# User David Scott <dave.scott@xxxxxxxxxxxxx>
# Date 1262614639 0
# Node ID 075f8a6f9a50b9debb730cef9c4704445a5ef129
# Parent 8b109110ce33a0fa61dc9b4e1c4855740637000d
CA-35074: add a Windows Server 2008 R2 x64 template.
The template was missing even though the OS is supported.
Signed-off-by: David Scott <dave.scott@xxxxxxxxxxxxx>
diff -r 8b109110ce33 -r 075f8a6f9a50 ocaml/xapi/create_templates.ml
--- a/ocaml/xapi/create_templates.ml Mon Jan 04 14:04:47 2010 +0000
+++ b/ocaml/xapi/create_templates.ml Mon Jan 04 14:17:19 2010 +0000
@@ -460,6 +460,7 @@
windows_template_nx (default_memory_parameters 1024L) 24L
"Vista";
windows_template_nx (default_memory_parameters 1024L) 24L "7";
windows_template_nx (default_memory_parameters 2048L) 24L "7
x64";
+ windows_template_nx (default_memory_parameters 2048L) 24L
"Server 2008 R2 x64";
cps_template (windows_template (default_memory_parameters
256L)) "Citrix XenApp";
cps_template (windows_template_nx (default_memory_parameters
256L)) "Citrix XenApp x64";
begin
1 file changed, 1 insertion(+)
ocaml/xapi/create_templates.ml | 1 +
xen-api.hg.patch
Description: Text Data
_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-API] [PATCH] Add a missing 2008 R2 x64 template,
David Scott <=
|
|
|
|
|