mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-9151 - Removes the replacement of the VRID in the CsRedundant file
- Just like with RVRs, use the VRID 51 instead of making it dependent on the VPCID - Reason: arbitary unique number 0..255 used to differentiate multiple instances of vrrpd running on the same NIC (and hence same socket). virtual_router_id 51
This commit is contained in:
parent
1597a4c749
commit
2bebb7f8a3
|
|
@ -137,8 +137,6 @@ class CsRedundant(object):
|
|||
" router_id ", " router_id %s" % self.cl.get_name())
|
||||
keepalived_conf.search(
|
||||
" interface ", " interface %s" % guest.get_device())
|
||||
keepalived_conf.search(
|
||||
" virtual_router_id ", " virtual_router_id %s" % self.cl.get_router_id())
|
||||
keepalived_conf.greplace("[RROUTER_BIN_PATH]", self.CS_ROUTER_DIR)
|
||||
keepalived_conf.section("authentication {", "}", [
|
||||
" auth_type AH \n", " auth_pass %s\n" % self.cl.get_router_password()])
|
||||
|
|
|
|||
Loading…
Reference in New Issue