Repository: stratos Updated Branches: refs/heads/master a041c8b4c -> 6c8c0adb0
Adding network partition id property back to loadbalancer.conf Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/6c8c0adb Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/6c8c0adb Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/6c8c0adb Branch: refs/heads/master Commit: 6c8c0adb0f3f64a0afe102130bb790b28a35e328 Parents: a041c8b Author: Imesh Gunaratne <[email protected]> Authored: Thu Jul 2 18:15:11 2015 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Thu Jul 2 18:15:24 2015 +0530 ---------------------------------------------------------------------- .../modules/distribution/src/main/conf/loadbalancer.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/6c8c0adb/products/load-balancer/modules/distribution/src/main/conf/loadbalancer.conf ---------------------------------------------------------------------- diff --git a/products/load-balancer/modules/distribution/src/main/conf/loadbalancer.conf b/products/load-balancer/modules/distribution/src/main/conf/loadbalancer.conf index 3d005ca..dd283d0 100644 --- a/products/load-balancer/modules/distribution/src/main/conf/loadbalancer.conf +++ b/products/load-balancer/modules/distribution/src/main/conf/loadbalancer.conf @@ -76,8 +76,8 @@ loadbalancer { cep-port: 7615; # Network partition id - # Disabled in default - # network-partition-id: network-partition-1; + # Provide the network partition id if cep-stats-publisher is set to true. + network-partition-id: network-partition-1; # Multi-tenancy # If this property is set to true, all incoming request URLs will be scanned using the given tenant-identifier-regex
