mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-2120 - mixed zone management - extend listIsos API to return zone type.
This commit is contained in:
parent
f7f1279d81
commit
6230e5b77b
|
|
@ -1738,6 +1738,7 @@ public class ApiResponseHelper implements ResponseGenerator {
|
|||
if (datacenter != null) {
|
||||
isoResponse.setZoneId(datacenter.getUuid());
|
||||
isoResponse.setZoneName(datacenter.getName());
|
||||
isoResponse.setZoneType(datacenter.getNetworkType().toString());
|
||||
}
|
||||
|
||||
// If the user is an admin, add the template download status
|
||||
|
|
|
|||
Loading…
Reference in New Issue