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:
Alena Prokharchyk 2011-12-16 12:34:20 -08:00
parent dfe7b725e6
commit 6049afa5fe
1 changed files with 0 additions and 1 deletions

View File

@ -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());