mirror of https://github.com/apache/cloudstack.git
VPC: fixed response tag for VpcRespnse
This commit is contained in:
parent
ca5a53ce4d
commit
a899391b6e
|
|
@ -3700,7 +3700,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