mirror of https://github.com/apache/cloudstack.git
VPC: add account/domain info to the API vpc response
This commit is contained in:
parent
9630cf574f
commit
204b6e6ad9
|
|
@ -3765,6 +3765,7 @@ public class ApiResponseHelper implements ResponseGenerator {
|
|||
tagResponses.add(tagResponse);
|
||||
}
|
||||
response.setTags(tagResponses);
|
||||
populateOwner(response, vpc);
|
||||
|
||||
response.setObjectName("vpc");
|
||||
return response;
|
||||
|
|
|
|||
Loading…
Reference in New Issue