Repository: incubator-stratos
Updated Branches:
  refs/heads/master fb97ac99e -> 0cc553b9b


Setting cluster id to cluster object, which is missed in STRATOS-554


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

Branch: refs/heads/master
Commit: 0cc553b9bae2732d845487d8304014f9568c3218
Parents: fb97ac9
Author: Sajith Kariyawasam <[email protected]>
Authored: Tue Mar 25 15:27:47 2014 +0530
Committer: Sajith Kariyawasam <[email protected]>
Committed: Tue Mar 25 15:27:47 2014 +0530

----------------------------------------------------------------------
 .../stratos/manager/lb/category/DefaultLoadBalancerCategory.java    | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0cc553b9/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/lb/category/DefaultLoadBalancerCategory.java
----------------------------------------------------------------------
diff --git 
a/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/lb/category/DefaultLoadBalancerCategory.java
 
b/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/lb/category/DefaultLoadBalancerCategory.java
index 4fca4fa..81521fc 100644
--- 
a/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/lb/category/DefaultLoadBalancerCategory.java
+++ 
b/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/lb/category/DefaultLoadBalancerCategory.java
@@ -59,6 +59,7 @@ public class DefaultLoadBalancerCategory extends 
LoadBalancerCategory {
         if (clusterId != null) {
 
             //set the cluster id to Cluster object
+               cluster.setClusterDomain(clusterId);
             defaultLBExists = true;
             //need to check if we can get the host name as well..
 

Reply via email to