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/e6803c92 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/e6803c92 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/e6803c92 Branch: refs/heads/master Commit: e6803c9230ab4ed8fd8306051b745f7f72f4387b Parents: 772a61d Author: Gayan Gunarathne <[email protected]> Authored: Fri May 22 18:18:01 2015 +0530 Committer: Gayan Gunarathne <[email protected]> Committed: Mon Jul 27 14:51:24 2015 +0530 ---------------------------------------------------------------------- extensions/load-balancer/lvs-extension/INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/e6803c92/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 096bf10..a6679b4 100644 --- a/extensions/load-balancer/lvs-extension/INSTALL.md +++ b/extensions/load-balancer/lvs-extension/INSTALL.md @@ -7,10 +7,10 @@ below steps to proceed with the installation: ``` apt-get install keepalived ipvsadm ``` - + 2. Open <lvs-extension-home>/bin/lvs-extension.sh file in a text editor and update following system properties: ``` - #Keepalived configuration file location: + # Keepalived configuration file location: -Dconf.file.path=/etc/keepalived/keepalived.conf # Enable/disable cep statistics publisher:
