Another correction

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

Branch: refs/heads/feature/systemvm-persistent-config
Commit: af8663060a29c706200c34cd4b6823dd8e8edcf2
Parents: 7a54ea8
Author: Ian Southam <[email protected]>
Authored: Wed Jan 28 17:36:56 2015 +0100
Committer: wilderrodrigues <[email protected]>
Committed: Wed Feb 4 18:47:12 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/af866306/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()

Reply via email to