Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8CF5C10D01 for ; Mon, 21 Oct 2013 12:12:58 +0000 (UTC) Received: (qmail 53979 invoked by uid 500); 21 Oct 2013 12:12:58 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 53774 invoked by uid 500); 21 Oct 2013 12:12:55 -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 53765 invoked by uid 99); 21 Oct 2013 12:12:54 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Oct 2013 12:12:54 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B017F4EB9B; Mon, 21 Oct 2013 12:12:53 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jayapal@apache.org To: commits@cloudstack.apache.org Message-Id: <985fd44536b4495e9ea78a0fe738ad4e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to b79b218 Date: Mon, 21 Oct 2013 12:12:53 +0000 (UTC) Updated Branches: refs/heads/master cd72e2afe -> b79b2182e CLOUDSTACK-4624 Fixed security groups rules program issue in Advaced SG VM migration Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b79b2182 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b79b2182 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b79b2182 Branch: refs/heads/master Commit: b79b2182ef278366f13ed47e75f4615e7e5a2a18 Parents: cd72e2a Author: Jayapal Authored: Mon Oct 21 17:40:34 2013 +0530 Committer: Jayapal Committed: Mon Oct 21 17:41:36 2013 +0530 ---------------------------------------------------------------------- scripts/vm/hypervisor/xenserver/vmops | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b79b2182/scripts/vm/hypervisor/xenserver/vmops ---------------------------------------------------------------------- diff --git a/scripts/vm/hypervisor/xenserver/vmops b/scripts/vm/hypervisor/xenserver/vmops index 83efc67..18233d9 100755 --- a/scripts/vm/hypervisor/xenserver/vmops +++ b/scripts/vm/hypervisor/xenserver/vmops @@ -1464,7 +1464,7 @@ def network_rules(session, args): vm_mac = args.get('vmMAC') signature = args.pop('signature') seqno = args.pop('seqno') - sec_ips = args.pop("secIps") + sec_ips = args.get("secIps") deflated = 'false' if 'deflated' in args: deflated = args.pop('deflated')