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/fb2c863d Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/fb2c863d Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/fb2c863d Branch: refs/heads/master Commit: fb2c863dbb66c22887be54de582f2c4b7547564c Parents: 956a668 Author: Gayan Gunarathne <[email protected]> Authored: Fri May 22 14:49:32 2015 +0530 Committer: Gayan Gunarathne <[email protected]> Committed: Mon Jul 27 14:49:52 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/fb2c863d/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
