This change breaks stuff
This id is used to define the groups and will prevent the two vrrp instances 
from talking to each other
Result = MASTER MASTER


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

Branch: refs/heads/feature/systemvm-persistent-config
Commit: ee00602de6e123558068ca165519d91f7881eb22
Parents: d9e27b0
Author: Ian Southam <[email protected]>
Authored: Wed Jan 28 12:17:16 2015 +0100
Committer: wilderrodrigues <[email protected]>
Committed: Mon Feb 16 16:08:39 2015 +0100

----------------------------------------------------------------------
 systemvm/patches/debian/config/opt/cloud/bin/cs/CsRedundant.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ee00602d/systemvm/patches/debian/config/opt/cloud/bin/cs/CsRedundant.py
----------------------------------------------------------------------
diff --git a/systemvm/patches/debian/config/opt/cloud/bin/cs/CsRedundant.py 
b/systemvm/patches/debian/config/opt/cloud/bin/cs/CsRedundant.py
index 4312462..a1bef3a 100644
--- a/systemvm/patches/debian/config/opt/cloud/bin/cs/CsRedundant.py
+++ b/systemvm/patches/debian/config/opt/cloud/bin/cs/CsRedundant.py
@@ -102,7 +102,7 @@ class CsRedundant(object):
         file.search(" priority ", "    priority %s" % self.cl.get_priority())
         file.search(" weight ", "    weight %s" % 2)
         file.search(" state ", "    state %s" % self.cl.get_state())
-        file.search(" virtual_router_id ", "    virtual_router_id %s" % 
self.cl.get_router_id())
+        #file.search(" virtual_router_id ", "    virtual_router_id %s" % 
self.cl.get_router_id())
         file.greplace("[RROUTER_BIN_PATH]", self.CS_ROUTER_DIR)
         file.section("virtual_ipaddress {", "}", self._collect_ips())
         if self.cl.get_state() == 'MASTER':

Reply via email to