mirror of https://github.com/apache/cloudstack.git
Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss
This commit is contained in:
commit
49e6cd876a
|
|
@ -180,6 +180,7 @@ public class ListTemplatesCmd extends BaseListCmd {
|
|||
if (template.getTemplateType() != null) {
|
||||
templateResponse.setTemplateType(template.getTemplateType().toString());
|
||||
}
|
||||
templateResponse.setHypervisor(template.getHypervisorType().toString());
|
||||
|
||||
GuestOS os = ApiDBUtils.findGuestOSById(template.getGuestOSId());
|
||||
if (os != null) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue