setting operating.in.vpc=false
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/dd765ef9 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/dd765ef9 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/dd765ef9 Branch: refs/heads/stratos-4.1.x Commit: dd765ef964a0b7a593968297f3536a64955f5ed7 Parents: f6618e8 Author: Isuru Haththotuwa <[email protected]> Authored: Tue Nov 10 13:39:43 2015 +0530 Committer: Isuru Haththotuwa <[email protected]> Committed: Tue Nov 10 13:39:43 2015 +0530 ---------------------------------------------------------------------- .../modules/aws-extension/src/main/bin/aws-extension.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/dd765ef9/extensions/load-balancer/modules/aws-extension/src/main/bin/aws-extension.sh ---------------------------------------------------------------------- diff --git a/extensions/load-balancer/modules/aws-extension/src/main/bin/aws-extension.sh b/extensions/load-balancer/modules/aws-extension/src/main/bin/aws-extension.sh index fd4102b..630a9e2 100755 --- a/extensions/load-balancer/modules/aws-extension/src/main/bin/aws-extension.sh +++ b/extensions/load-balancer/modules/aws-extension/src/main/bin/aws-extension.sh @@ -39,7 +39,7 @@ properties="-Djndi.properties.dir=${script_path}/../conf -Dservice.name=service-1 -Dterminate.lbs.on.extension.stop=false -Dterminate.lb.on.cluster.removal=true - -Doperating.in.vpc=true + -Doperating.in.vpc=false -Denable.cross.zone.load.balancing=true"
