You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by im...@apache.org on 2015/03/21 05:19:03 UTC

stratos git commit: Updating cloud controller wsdl

Repository: stratos
Updated Branches:
  refs/heads/master 46f3db899 -> c06911f1a


Updating cloud controller wsdl


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/c06911f1
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/c06911f1
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/c06911f1

Branch: refs/heads/master
Commit: c06911f1a2a132b165a179b58d39a89f2229a4ae
Parents: 46f3db8
Author: Imesh Gunaratne <im...@apache.org>
Authored: Sat Mar 21 09:48:48 2015 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Sat Mar 21 09:48:58 2015 +0530

----------------------------------------------------------------------
 .../src/main/resources/CloudControllerService.wsdl                 | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/c06911f1/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 a1d8a54..a6a9f9d 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
@@ -1000,6 +1000,8 @@
                     <xs:element minOccurs="0" name="properties" nillable="true" type="ax25:Properties"/>
                     <xs:element minOccurs="0" name="tenantRange" nillable="true" type="xs:string"/>
                     <xs:element minOccurs="0" name="textPayload" nillable="true" type="xs:string"/>
+                    <xs:element minOccurs="0" name="volumeRequired" type="xs:boolean"/>
+                    <xs:element maxOccurs="unbounded" minOccurs="0" name="volumes" nillable="true" type="ax23:Volume"/>
                 </xs:sequence>
             </xs:complexType>
             <xs:complexType name="DeploymentPolicy">