You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/03/17 11:26:14 UTC

[12/50] git commit: updated refs/heads/master to 3c429ee

Another correction


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/c828653a
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c828653a
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/c828653a

Branch: refs/heads/master
Commit: c828653a0ab816f18b7cd14540d753a9ee00f8b3
Parents: 267bc52
Author: Ian Southam <is...@schubergphilis.com>
Authored: Wed Jan 28 17:36:56 2015 +0100
Committer: wilderrodrigues <wr...@schubergphilis.com>
Committed: Mon Mar 16 11:39:54 2015 +0100

----------------------------------------------------------------------
 systemvm/patches/debian/config/opt/cloud/bin/cs/CsRedundant.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/c828653a/systemvm/patches/debian/config/opt/cloud/bin/cs/CsRedundant.py
----------------------------------------------------------------------
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 94faeb6..2fa4160 100644
--- a/systemvm/patches/debian/config/opt/cloud/bin/cs/CsRedundant.py
+++ b/systemvm/patches/debian/config/opt/cloud/bin/cs/CsRedundant.py
@@ -107,8 +107,7 @@ class CsRedundant(object):
         file.greplace("[RROUTER_BIN_PATH]", self.CS_ROUTER_DIR)
 # If there is no guest network still bring up the public interface
 # 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':
             # file.search(" priority ", "    priority %s" % 100)
         file.commit()