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 2017/07/23 11:20:39 UTC

[cloudstack] branch 4.9 updated: we should not need to take down the service every time an IP is configured

This is an automated email from the ASF dual-hosted git repository.

bhaisaab pushed a commit to branch 4.9
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.9 by this push:
     new c566aba  we should not need to take down the service every time an IP is configured
c566aba is described below

commit c566aba83839f08f03ccb845e1da28e47981937f
Author: Will Stevens <wi...@gmail.com>
AuthorDate: Tue Apr 25 07:48:47 2017 -0400

    we should not need to take down the service every time an IP is configured
---
 systemvm/patches/debian/config/opt/cloud/bin/configure.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/systemvm/patches/debian/config/opt/cloud/bin/configure.py b/systemvm/patches/debian/config/opt/cloud/bin/configure.py
index 82244e4..0b8caa5 100755
--- a/systemvm/patches/debian/config/opt/cloud/bin/configure.py
+++ b/systemvm/patches/debian/config/opt/cloud/bin/configure.py
@@ -629,7 +629,6 @@ class CsRemoteAccessVpn(CsDataBag):
                 self.remoteaccessvpn_iptables(public_ip, self.dbag[public_ip])
 
                 CsHelper.execute("ipsec auto --rereadall")
-                CsHelper.execute("service xl2tpd stop")
                 CsHelper.execute("service xl2tpd start")
                 CsHelper.execute("ipsec auto --rereadsecrets")
                 CsHelper.execute("ipsec auto --replace L2TP-PSK")

-- 
To stop receiving notification emails like this one, please contact
['"commits@cloudstack.apache.org" <co...@cloudstack.apache.org>'].