mirror of https://github.com/apache/cloudstack.git
Revert "bug 12426: return account information for Shared networks"
This reverts commit 150f9c62ce381099a27bc084007c7b947117f47c. Confirmed with Will - we shouldn't return accountId info for shared networks as these types of networks belong to system and available for everyone in the domain/zone
This commit is contained in:
parent
dfe7b725e6
commit
6049afa5fe
|
|
@ -2741,7 +2741,6 @@ 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