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

git commit: Changing default autoscalling service url in loadbalancer.conf

Updated Branches:
  refs/heads/master 85873e07d -> 77fe1c2df


Changing default autoscalling service url in loadbalancer.conf


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

Branch: refs/heads/master
Commit: 77fe1c2df086c23ed1fa61327b1002baba2f7eda
Parents: 85873e0
Author: Lahiru Sandaruwan <la...@wso2.com>
Authored: Thu Aug 1 19:29:51 2013 +0530
Committer: Lahiru Sandaruwan <la...@wso2.com>
Committed: Thu Aug 1 19:29:51 2013 +0530

----------------------------------------------------------------------
 products/elb/modules/distribution/src/main/conf/loadbalancer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/77fe1c2d/products/elb/modules/distribution/src/main/conf/loadbalancer.conf
----------------------------------------------------------------------
diff --git a/products/elb/modules/distribution/src/main/conf/loadbalancer.conf b/products/elb/modules/distribution/src/main/conf/loadbalancer.conf
index 9654a78..0432625 100644
--- a/products/elb/modules/distribution/src/main/conf/loadbalancer.conf
+++ b/products/elb/modules/distribution/src/main/conf/loadbalancer.conf
@@ -29,7 +29,7 @@ loadbalancer {
     #please use this whenever url-mapping is used through LB.
     #size_of_cache		100;
     # End point reference of the Autoscaler Service. This should be present, if you disabled embedded autoscaling.
-    #autoscaler_service_epr  https://host_address:https_port/services/AutoscalerService/; 
+    #autoscaler_service_epr  https://host_address:https_port/services/CloudControllerService/; 
     # interval between two task executions in milliseconds 
     autoscaler_task_interval 60000;
     # after an instance booted up, task will wait maximum till this much of time and let the server started up