mirror of https://github.com/apache/cloudstack.git
Mistake no I set no priority!
This commit is contained in:
parent
2b0c4c85a9
commit
267bc52579
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue