Updated Branches: refs/heads/master 69e36903c -> ebc27c32d
Removed hard coded deployment policy name Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/108c40e7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/108c40e7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/108c40e7 Branch: refs/heads/master Commit: 108c40e7b5d1f5efb8e5ae064795dee11da37c82 Parents: 32a905e Author: Imesh Gunaratne <[email protected]> Authored: Thu Dec 12 18:50:04 2013 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Thu Dec 12 18:50:04 2013 +0530 ---------------------------------------------------------------------- .../java/org/apache/stratos/messaging/domain/topology/Cluster.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/108c40e7/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/domain/topology/Cluster.java ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/domain/topology/Cluster.java b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/domain/topology/Cluster.java index 9113783..288921c 100644 --- a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/domain/topology/Cluster.java +++ b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/domain/topology/Cluster.java @@ -42,7 +42,7 @@ public class Cluster implements Serializable { private List<String> hostNames; private String tenantRange; private String autoscalePolicyName; - private String deploymentPolicyName = "economy-deployment"; + private String deploymentPolicyName; private boolean isLbCluster; // Key: Member.memberId @XmlJavaTypeAdapter(MapAdapter.class)
