You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by is...@apache.org on 2015/11/10 10:07:02 UTC

[11/12] stratos git commit: setting operating.in.vpc=false

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 <is...@apache.org>
Authored: Tue Nov 10 13:39:43 2015 +0530
Committer: Isuru Haththotuwa <is...@apache.org>
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"