Repository: cloudstack
Updated Branches:
  refs/heads/master 83736ab53 -> 3c429ee6b


No bump for now


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

Branch: refs/heads/master
Commit: e95a6498b5130be427369bfb7fdf463ddc052675
Parents: f5ef75e
Author: Ian Southam <isout...@schubergphilis.com>
Authored: Tue Jan 27 16:59:07 2015 +0100
Committer: wilderrodrigues <wrodrig...@schubergphilis.com>
Committed: Mon Mar 16 11:39:51 2015 +0100

----------------------------------------------------------------------
 .../config/opt/cloud/templates/keepalived.conf.templ    | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e95a6498/systemvm/patches/debian/config/opt/cloud/templates/keepalived.conf.templ
----------------------------------------------------------------------
diff --git 
a/systemvm/patches/debian/config/opt/cloud/templates/keepalived.conf.templ 
b/systemvm/patches/debian/config/opt/cloud/templates/keepalived.conf.templ
index ef27617..e5bdc7c 100644
--- a/systemvm/patches/debian/config/opt/cloud/templates/keepalived.conf.templ
+++ b/systemvm/patches/debian/config/opt/cloud/templates/keepalived.conf.templ
@@ -19,11 +19,11 @@ global_defs {
    router_id [ROUTER_ID]
 }
 
-vrrp_script check_bumpup {
-    script "[RROUTER_BIN_PATH]/check_bumpup.sh"
-    interval 5
-    weight [DELTA]
-}
+!vrrp_script check_bumpup {
+    !script "[RROUTER_BIN_PATH]/check_bumpup.sh"
+    !interval 5
+    !weight [DELTA]
+!}
 
 vrrp_script heartbeat {
     script "[RROUTER_BIN_PATH]/heartbeat.sh"
@@ -47,7 +47,7 @@ vrrp_instance inside_network {
     }
 
     track_script {
-        check_bumpup
+        !check_bumpup
         heartbeat
     }
 

Reply via email to