Repository: incubator-stratos Updated Branches: refs/heads/master 989cad967 -> 0b2e73689
changin stubs with the Volume api modification Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/0b2e7368 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/0b2e7368 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/0b2e7368 Branch: refs/heads/master Commit: 0b2e73689bb626481e046ed73348e95fd1718b31 Parents: 989cad9 Author: rekathiru <[email protected]> Authored: Tue Feb 18 10:54:12 2014 +0530 Committer: rekathiru <[email protected]> Committed: Tue Feb 18 10:54:12 2014 +0530 ---------------------------------------------------------------------- .../src/main/resources/CloudControllerService.wsdl | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0b2e7368/service-stubs/org.apache.stratos.cloud.controller.service.stub/src/main/resources/CloudControllerService.wsdl ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.cloud.controller.service.stub/src/main/resources/CloudControllerService.wsdl b/service-stubs/org.apache.stratos.cloud.controller.service.stub/src/main/resources/CloudControllerService.wsdl index fdeac9e..8a59503 100644 --- a/service-stubs/org.apache.stratos.cloud.controller.service.stub/src/main/resources/CloudControllerService.wsdl +++ b/service-stubs/org.apache.stratos.cloud.controller.service.stub/src/main/resources/CloudControllerService.wsdl @@ -297,6 +297,8 @@ <xs:complexType name="Volume"> <xs:sequence> <xs:element minOccurs="0" name="device" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="iaasType" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="id" nillable="true" type="xs:string"></xs:element> <xs:element minOccurs="0" name="mappingPath" nillable="true" type="xs:string"></xs:element> <xs:element minOccurs="0" name="removeOntermination" type="xs:boolean"></xs:element> <xs:element minOccurs="0" name="size" type="xs:int"></xs:element>
