mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Merge release branch 4.6 to master
* 4.6: CLOUDSTACK-9151 - Removes the replacement of the VRID in the CsRedundant file
This commit is contained in:
commit
90cea824e7
@ -137,8 +137,6 @@ class CsRedundant(object):
|
|||||||
" router_id ", " router_id %s" % self.cl.get_name())
|
" router_id ", " router_id %s" % self.cl.get_name())
|
||||||
keepalived_conf.search(
|
keepalived_conf.search(
|
||||||
" interface ", " interface %s" % guest.get_device())
|
" 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.greplace("[RROUTER_BIN_PATH]", self.CS_ROUTER_DIR)
|
||||||
keepalived_conf.section("authentication {", "}", [
|
keepalived_conf.section("authentication {", "}", [
|
||||||
" auth_type AH \n", " auth_pass %s\n" % self.cl.get_router_password()])
|
" auth_type AH \n", " auth_pass %s\n" % self.cl.get_router_password()])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user