Updated Branches: refs/heads/master 92b4fb0d5 -> 46e919a54
adding the api changes Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/46e919a5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/46e919a5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/46e919a5 Branch: refs/heads/master Commit: 46e919a544d2bc992d0ee861a596f70e90c678bd Parents: 92b4fb0 Author: rekathiru <[email protected]> Authored: Thu Oct 24 12:15:16 2013 +0530 Committer: rekathiru <[email protected]> Committed: Thu Oct 24 12:15:16 2013 +0530 ---------------------------------------------------------------------- .../src/main/resources/CloudControllerService.wsdl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/46e919a5/service-stubs/org.apache.stratos.lb.cartridge.autoscaler.service.stub/src/main/resources/CloudControllerService.wsdl ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.lb.cartridge.autoscaler.service.stub/src/main/resources/CloudControllerService.wsdl b/service-stubs/org.apache.stratos.lb.cartridge.autoscaler.service.stub/src/main/resources/CloudControllerService.wsdl index 194f8a5..457ee39 100644 --- a/service-stubs/org.apache.stratos.lb.cartridge.autoscaler.service.stub/src/main/resources/CloudControllerService.wsdl +++ b/service-stubs/org.apache.stratos.lb.cartridge.autoscaler.service.stub/src/main/resources/CloudControllerService.wsdl @@ -50,7 +50,7 @@ <xs:element name="terminateInstance"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="instanceId" nillable="true" type="xs:string"/> + <xs:element maxOccurs="unbounded" minOccurs="0" name="instancesToBeTerminated" nillable="true" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> @@ -80,6 +80,7 @@ <xs:sequence> <xs:element minOccurs="0" name="clusterId" nillable="true" type="xs:string"/> <xs:element minOccurs="0" name="locationScope" nillable="true" type="ax25:LocationScope"/> + <xs:element minOccurs="0" name="noOfInstancesToBeSpawned" type="xs:int"/> </xs:sequence> </xs:complexType> </xs:element>
