You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2013/10/15 09:56:09 UTC

[2/2] git commit: updated refs/heads/4.2 to 2ef566e

added support for ispersistent parameter for networkoffering

Signed-off-by: Prasanna Santhanam <ts...@apache.org>
(cherry picked from commit 7b5daaea2011932a5a6a6ee5b6c93b593c53e522)


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

Branch: refs/heads/4.2
Commit: 2ef566e9ea9b9ca8fae397eb257e3bfe240bdd03
Parents: 8598a2c
Author: Anshul Gangwar <an...@citrix.com>
Authored: Fri Sep 20 12:26:15 2013 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Tue Oct 15 13:24:43 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/2ef566e9/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"]