VPC: add account/domain info to the API vpc response

This commit is contained in:
Alena Prokharchyk 2012-08-01 15:11:52 -07:00
parent 9630cf574f
commit 204b6e6ad9
1 changed files with 1 additions and 0 deletions

View File

@ -3765,6 +3765,7 @@ public class ApiResponseHelper implements ResponseGenerator {
tagResponses.add(tagResponse);
}
response.setTags(tagResponses);
populateOwner(response, vpc);
response.setObjectName("vpc");
return response;