mirror of https://github.com/apache/cloudstack.git
VPC: fixed response tag for VpcRespnse
This commit is contained in:
parent
da6d876cd4
commit
21d87f3fa5
|
|
@ -3572,7 +3572,7 @@ public class ApiResponseHelper implements ResponseGenerator {
|
|||
|
||||
response.setNetworks(networkResponses);
|
||||
response.setServices(serviceResponses);
|
||||
response.setObjectName("vpcoffering");
|
||||
response.setObjectName("vpc");
|
||||
return response;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue