Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0EC90200CCE for ; Sun, 23 Jul 2017 13:20:44 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0D4001643CF; Sun, 23 Jul 2017 11:20:44 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 530A11643CE for ; Sun, 23 Jul 2017 13:20:43 +0200 (CEST) Received: (qmail 52808 invoked by uid 500); 23 Jul 2017 11:20:42 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 52799 invoked by uid 99); 23 Jul 2017 11:20:42 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Jul 2017 11:20:42 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 804D381505; Sun, 23 Jul 2017 11:20:39 +0000 (UTC) Date: Sun, 23 Jul 2017 11:20:39 +0000 To: "commits@cloudstack.apache.org" Subject: [cloudstack] branch 4.9 updated: we should not need to take down the service every time an IP is configured MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <150080883970.3592.17993282985810289017@gitbox.apache.org> From: bhaisaab@apache.org Reply-To: "commits@cloudstack.apache.org" X-Git-Host: gitbox.apache.org X-Git-Repo: cloudstack X-Git-Refname: refs/heads/4.9 X-Git-Reftype: branch X-Git-Oldrev: 970746c6d60c47a0708811c1c2533baf626d3e5b X-Git-Newrev: c566aba83839f08f03ccb845e1da28e47981937f X-Git-Rev: c566aba83839f08f03ccb845e1da28e47981937f X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Sun, 23 Jul 2017 11:20:44 -0000 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 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" '].