mirror of https://github.com/apache/cloudstack.git
bug 11675: minor update
This commit is contained in:
parent
b1de219cd9
commit
438b01344d
|
|
@ -424,7 +424,7 @@ public class CitrixHelper {
|
|||
|
||||
|
||||
public static String getXcp110GuestOsType(String stdType) {
|
||||
String guestOS = _xcp100GuestOsMap.get(stdType);
|
||||
String guestOS = _xcp110GuestOsMap.get(stdType);
|
||||
if (guestOS == null) {
|
||||
s_logger.debug("Can't find the guest os: " + stdType + " mapping into XCP's guestOS type, start it as HVM guest");
|
||||
guestOS = "Other install media";
|
||||
|
|
|
|||
Loading…
Reference in New Issue