Repository: stratos Updated Branches: refs/heads/master 3b03ba966 -> 656b5226d
add identity server configuration to autoscaler.xml Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/656b5226 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/656b5226 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/656b5226 Branch: refs/heads/master Commit: 656b5226dc32607c8e7546ea7cd7f0bea4330e22 Parents: 9a9d6a7 Author: Udara Liyanage <[email protected]> Authored: Wed May 20 20:39:13 2015 +0530 Committer: Udara Liyanage <[email protected]> Committed: Wed May 20 20:39:31 2015 +0530 ---------------------------------------------------------------------- .../stratos/modules/distribution/src/main/conf/autoscaler.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/656b5226/products/stratos/modules/distribution/src/main/conf/autoscaler.xml ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/conf/autoscaler.xml b/products/stratos/modules/distribution/src/main/conf/autoscaler.xml index a51d16f..2577070 100644 --- a/products/stratos/modules/distribution/src/main/conf/autoscaler.xml +++ b/products/stratos/modules/distribution/src/main/conf/autoscaler.xml @@ -31,6 +31,11 @@ <!-- SM client timeout in ms --> <clientTimeout>300000</clientTimeout> </stratosManager> + <identity> + <hostname>localhost</hostname> + <port>9443</port> + <clientTimeout>300000</clientTimeout> + </identity> <member> <!-- this is the maximum time(ms) a member can be in pending member state --> <pendingMemberExpiryTimeout>900000</pendingMemberExpiryTimeout>
