Fixing STRATOS-775:Error when trying to login as a tenant from Carbon UI
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/6190ada4 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/6190ada4 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/6190ada4 Branch: refs/heads/master Commit: 6190ada416fe1da26d455df5f80804b00ffc932e Parents: d4b36b8 Author: lasinducharith <[email protected]> Authored: Thu Sep 18 15:43:33 2014 +0530 Committer: Nirmal Fernando <[email protected]> Committed: Wed Sep 24 17:00:43 2014 +0530 ---------------------------------------------------------------------- products/stratos/conf/cloud-services-desc.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/6190ada4/products/stratos/conf/cloud-services-desc.xml ---------------------------------------------------------------------- diff --git a/products/stratos/conf/cloud-services-desc.xml b/products/stratos/conf/cloud-services-desc.xml index d7253bc..110624f 100644 --- a/products/stratos/conf/cloud-services-desc.xml +++ b/products/stratos/conf/cloud-services-desc.xml @@ -23,6 +23,16 @@ given here. --> <cloudServices xmlns="http://wso2.com/carbon/cloud/mgt/services"> + <cloudService name="Apache Stratos" default="true"> + <key>STRATOS</key> + <label>Apache Stratos</label> + <link>https://stratos.cloud.wso2.com</link> + <!--icon> + https://localhost:9443/cloud-services-icons/esb.gif + </icon--> + <productPageURL>http://wso2.com/cloud/stratos</productPageURL> + <description>Apache stratos</description> + </cloudService> <cloudService name="WSO2 Stratos Controller" default="true"> <key>SCC</key> <label>WSO2 Stratos Controller</label>
