Mistake no I set no priority!
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7a54ea8b Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7a54ea8b Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7a54ea8b Branch: refs/heads/feature/systemvm-persistent-config Commit: 7a54ea8b9fe4d2fa90edae97731a8e7f7381f048 Parents: 341f5e3 Author: Ian Southam <[email protected]> Authored: Wed Jan 28 17:09:47 2015 +0100 Committer: wilderrodrigues <[email protected]> Committed: Wed Feb 4 18:47:12 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/7a54ea8b/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 1db27ad..94faeb6 100644 --- a/systemvm/patches/debian/config/opt/cloud/bin/cs/CsRedundant.py +++ b/systemvm/patches/debian/config/opt/cloud/bin/cs/CsRedundant.py @@ -99,7 +99,7 @@ class CsRedundant(object): # keepalived configuration file = CsFile(self.KEEPALIVED_CONF) file.search(" router_id ", " router_id %s" % self.cl.get_name()) - # file.search(" priority ", " priority %s" % self.cl.get_priority()) + 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(" state ", " state %s" % "EQUAL")
