mirror of
https://github.com/apache/cloudstack
synced 2026-09-01 09:29:05 +00:00
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
Block a user