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

stratos git commit: Update the INSTALL.md file

Repository: stratos
Updated Branches:
  refs/heads/lvs_extension f5bb41e92 -> 4bc31cf87


Update the INSTALL.md file


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

Branch: refs/heads/lvs_extension
Commit: 4bc31cf87c170c7095f6b4b564f89a9dea4b2c0e
Parents: f5bb41e
Author: Gayan Gunarathne <ga...@wso2.com>
Authored: Fri May 22 14:49:32 2015 +0530
Committer: Gayan Gunarathne <ga...@wso2.com>
Committed: Fri May 22 14:49:32 2015 +0530

----------------------------------------------------------------------
 extensions/load-balancer/lvs-extension/INSTALL.md | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/4bc31cf8/extensions/load-balancer/lvs-extension/INSTALL.md
----------------------------------------------------------------------
diff --git a/extensions/load-balancer/lvs-extension/INSTALL.md b/extensions/load-balancer/lvs-extension/INSTALL.md
index 2b3f491..7f5d414 100644
--- a/extensions/load-balancer/lvs-extension/INSTALL.md
+++ b/extensions/load-balancer/lvs-extension/INSTALL.md
@@ -8,11 +8,8 @@ below steps to proceed with the installation:
 
 2. Open <lvs-extension-home>/bin/lvs-extension.sh file in a text editor and update following system properties:
    ```
-   # Define nginx host private ip address:
-   -Dlvs.private.ip=127.0.0.1
-
-   # Define the nginx executable file path:
-   -Dexecutable.file.path=<lvs-home>/nginx
+   #Keepalived configuration file location:
+   -Dconf.file.path=/etc/keepalived/keepalived.conf
 
    # Enable/disable cep statistics publisher:
    -Dcep.stats.publisher.enabled=false