mirror of https://github.com/apache/cloudstack.git
ListTemplates now return the hypervisor type.
This commit is contained in:
parent
1736f081e4
commit
f0a4449ec3
|
|
@ -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