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/f4599a11 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f4599a11 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f4599a11 Branch: refs/heads/feature/systemvm-persistent-config Commit: f4599a11e7e0d96eae4c07035d4e0beb660db021 Parents: 8d6f5d6 Author: Ian Southam <[email protected]> Authored: Wed Jan 28 17:09:47 2015 +0100 Committer: wilderrodrigues <[email protected]> Committed: Mon Feb 16 16:08:40 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/f4599a11/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")
