You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ni...@apache.org on 2013/12/10 15:54:09 UTC

[10/16] git commit: deployment policy in cluster created event

deployment policy in cluster created event


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

Branch: refs/heads/master
Commit: 2849f911052208dc2067d410f8601c3b8c39a358
Parents: 1d44116
Author: Nirmal Fernando <ni...@apache.org>
Authored: Tue Dec 10 19:06:04 2013 +0530
Committer: Nirmal Fernando <ni...@apache.org>
Committed: Tue Dec 10 19:16:13 2013 +0530

----------------------------------------------------------------------
 .../stratos/messaging/event/topology/ClusterCreatedEvent.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/2849f911/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/event/topology/ClusterCreatedEvent.java
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/event/topology/ClusterCreatedEvent.java b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/event/topology/ClusterCreatedEvent.java
index c78b730..2aeea1a 100644
--- a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/event/topology/ClusterCreatedEvent.java
+++ b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/event/topology/ClusterCreatedEvent.java
@@ -35,7 +35,7 @@ public class ClusterCreatedEvent extends TopologyEvent implements Serializable {
     private String hostName;
     private String tenantRange;
     private String autoscalingPolicyName;
-    private String deploymentPolicyName = "economy-deployment";
+    private String deploymentPolicyName;
     private Properties properties;
 
     public ClusterCreatedEvent(String serviceName, String clusterId, String hostName) {