mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Another correction
This commit is contained in:
parent
267bc52579
commit
c828653a0a
@ -107,7 +107,6 @@ class CsRedundant(object):
|
|||||||
file.greplace("[RROUTER_BIN_PATH]", self.CS_ROUTER_DIR)
|
file.greplace("[RROUTER_BIN_PATH]", self.CS_ROUTER_DIR)
|
||||||
# If there is no guest network still bring up the public interface
|
# If there is no guest network still bring up the public interface
|
||||||
# Maybe necessary for things like VPNs and private gateways
|
# Maybe necessary for things like VPNs and private gateways
|
||||||
if self.address.get_guest_if():
|
|
||||||
file.section("virtual_ipaddress {", "}", self._collect_ips())
|
file.section("virtual_ipaddress {", "}", self._collect_ips())
|
||||||
# if self.cl.get_state() == 'MASTER':
|
# if self.cl.get_state() == 'MASTER':
|
||||||
# file.search(" priority ", " priority %s" % 100)
|
# file.search(" priority ", " priority %s" % 100)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user