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 CACA7100C0 for ; Tue, 15 Oct 2013 20:20:29 +0000 (UTC) Received: (qmail 19291 invoked by uid 500); 15 Oct 2013 20:20:00 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 19135 invoked by uid 500); 15 Oct 2013 20:19:58 -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 19057 invoked by uid 99); 15 Oct 2013 20:19:57 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Oct 2013 20:19:57 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id D78648B51A4; Tue, 15 Oct 2013 20:19:56 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bfederle@apache.org To: commits@cloudstack.apache.org Date: Tue, 15 Oct 2013 20:20:14 -0000 Message-Id: <4c350eec094842fa98abe76d34e44005@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [19/25] git commit: updated refs/heads/ui-restyle to 3fdb61f added support for ispersistent parameter for networkoffering Signed-off-by: Prasanna Santhanam Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7b5daaea Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7b5daaea Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7b5daaea Branch: refs/heads/ui-restyle Commit: 7b5daaea2011932a5a6a6ee5b6c93b593c53e522 Parents: 56ccb28 Author: Anshul Gangwar Authored: Fri Sep 20 12:26:15 2013 +0530 Committer: Prasanna Santhanam Committed: Tue Oct 15 13:22:42 2013 +0530 ---------------------------------------------------------------------- tools/marvin/marvin/integration/lib/base.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7b5daaea/tools/marvin/marvin/integration/lib/base.py ---------------------------------------------------------------------- diff --git a/tools/marvin/marvin/integration/lib/base.py b/tools/marvin/marvin/integration/lib/base.py index 0d52224..4f15137 100755 --- a/tools/marvin/marvin/integration/lib/base.py +++ b/tools/marvin/marvin/integration/lib/base.py @@ -1514,7 +1514,8 @@ class NetworkOffering: cmd.specifyVlan = services["specifyVlan"] if "specifyIpRanges" in services: cmd.specifyIpRanges = services["specifyIpRanges"] - + if "ispersistent" in services: + cmd.ispersistent = services["ispersistent"] if "egress_policy" in services: cmd.egressdefaultpolicy = services["egress_policy"]