mirror of https://github.com/apache/cloudstack.git
bug CS-14389: removing duplicates
This commit is contained in:
parent
d1cc223673
commit
3cb6656234
|
|
@ -422,8 +422,6 @@ public class CitrixHelper {
|
|||
_xenServer600GuestOsMap.put("Other Linux (64-bit)", "Other install media");
|
||||
_xenServer600GuestOsMap.put("Other (32-bit)", "Other install media");
|
||||
_xenServer600GuestOsMap.put("Other (64-bit)", "Other install media");
|
||||
_xenServer600GuestOsMap.put("Other (32-bit)", "Other install media");
|
||||
_xenServer600GuestOsMap.put("Other (64-bit)", "Other install media");
|
||||
_xenServer600GuestOsMap.put("Other CentOS (32-bit)", "Other install media");
|
||||
_xenServer600GuestOsMap.put("Other CentOS (64-bit)", "Other install media");
|
||||
_xenServer600GuestOsMap.put("Other Ubuntu (32-bit)", "Other install media");
|
||||
|
|
|
|||
Loading…
Reference in New Issue