mirror of https://github.com/apache/cloudstack.git
bug 12426: return account information for Shared networks
status 12426: resolved fixed
This commit is contained in:
parent
5e3d93e908
commit
97a1276cec
|
|
@ -2730,6 +2730,7 @@ public class ApiResponseHelper implements ResponseGenerator {
|
|||
Pair<Long, Boolean> domainNetworkDetails = ApiDBUtils.getDomainNetworkDetails(network.getId());
|
||||
response.setDomainId(domainNetworkDetails.first());
|
||||
response.setSubdomainAccess(domainNetworkDetails.second());
|
||||
populateAccount(response, network.getAccountId());
|
||||
}
|
||||
|
||||
Long dedicatedDomainId = ApiDBUtils.getDedicatedNetworkDomain(network.getId());
|
||||
|
|
|
|||
Loading…
Reference in New Issue