include account name and domain id in the globalloadbalancerrule

response object
This commit is contained in:
Murali Reddy 2013-04-17 18:45:08 +05:30
parent ff4b55fff8
commit 774fd505c7
1 changed files with 1 additions and 0 deletions

View File

@ -774,6 +774,7 @@ public class ApiResponseHelper implements ResponseGenerator {
response.setDescription(globalLoadBalancerRule.getDescription());
response.setRegionIdId(globalLoadBalancerRule.getRegion());
response.setId(globalLoadBalancerRule.getUuid());
populateOwner(response, globalLoadBalancerRule);
response.setObjectName("globalloadbalancer");
return response;
}