You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@apache.org on 2014/05/05 07:38:25 UTC

git commit: updated refs/heads/4.4-forward to 9f314c6

Repository: cloudstack
Updated Branches:
  refs/heads/4.4-forward 03156ecd6 -> 9f314c69a


CLOUDSTACK-6559: Added listall=True to list vm API


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

Branch: refs/heads/4.4-forward
Commit: 9f314c69a0430ec1a53e6b64098794924ec648b8
Parents: 03156ec
Author: Girish Shilamkar <gi...@clogeny.com>
Authored: Mon May 5 11:08:06 2014 +0530
Committer: Girish Shilamkar <gi...@clogeny.com>
Committed: Mon May 5 11:08:06 2014 +0530

----------------------------------------------------------------------
 tools/marvin/marvin/integration/lib/base.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9f314c69/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 e0f7b89..17616a6 100755
--- a/tools/marvin/marvin/integration/lib/base.py
+++ b/tools/marvin/marvin/integration/lib/base.py
@@ -270,6 +270,7 @@ class VirtualMachine:
                 apiclient,
                 account=cmd.account,
                 domainid=cmd.domainid,
+                listall=True,
                 securitygroupname="basic_sec_grp"
             )