CLOUDSTACK-4001: Unable to deploy Windows server 2012 64 bit VM on xenserver 6.2

Signed-off-by: Abhinandan Prateek <aprateek@apache.org>
This commit is contained in:
Sanjay Tripathi 2013-08-01 13:17:57 +05:30 committed by Abhinandan Prateek
parent 1b14fa7953
commit 47803c21fb
1 changed files with 1 additions and 1 deletions

View File

@ -1431,7 +1431,7 @@ public class CitrixHelper {
_xenServer620GuestOsMap.put("Windows Server 2008 SP2 (64-bit)", "Windows Server 2008 SP2 (64-bit)");
_xenServer620GuestOsMap.put("Windows Server 2008 R2 (64-bit)", "Windows Server 2008 R2 (64-bit)");
_xenServer620GuestOsMap.put("Windows Server 2008 R2 SP1 (64-bit)", "Windows Server 2008 R2 SP1 (64-bit)");
_xenServer620GuestOsMap.put("Windows Server 2012 (64-bit)", "Windows Server 2012 (64-bit) (experimental)");
_xenServer620GuestOsMap.put("Windows Server 2012 (64-bit)", "Windows Server 2012 (64-bit)");
_xenServer620GuestOsMap.put("Windows Vista SP2 (32-bit)", "Windows Vista (32-bit)");
_xenServer620GuestOsMap.put("Windows XP SP3 (32-bit)", "Windows XP SP3 (32-bit)");
_xenServer620GuestOsMap.put("Ubuntu 10.04 (32-bit)", "Ubuntu Lucid Lynx 10.04 (32-bit)");