mirror of https://github.com/apache/cloudstack.git
bug 6952: listISO should return "ispublic" property.
status 6952: resolved fixed
This commit is contained in:
parent
62acaffaa1
commit
4dc8837dc8
|
|
@ -214,6 +214,7 @@ public class ListIsosCmd extends BaseListCmd {
|
|||
isoResponse.setBootable(iso.isBootable());
|
||||
isoResponse.setFeatured(iso.isFeatured());
|
||||
isoResponse.setCrossZones(iso.isCrossZones());
|
||||
isoResponse.setPublic(iso.isPublicTemplate());
|
||||
|
||||
// TODO: implement
|
||||
GuestOS os = ApiDBUtils.findGuestOSById(iso.getGuestOSId());
|
||||
|
|
|
|||
Loading…
Reference in New Issue