From 267bc525799abf048d1ac45a7f280d0a8bb2aaa0 Mon Sep 17 00:00:00 2001 From: Ian Southam Date: Wed, 28 Jan 2015 17:09:47 +0100 Subject: [PATCH] Mistake no I set no priority! --- systemvm/patches/debian/config/opt/cloud/bin/cs/CsRedundant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 1db27adc27c..94faeb62fb7 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")