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:43:27 UTC

git commit: updated refs/heads/master to 8f1498d

Repository: cloudstack
Updated Branches:
  refs/heads/master 4443890c8 -> 8f1498dc8


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/8f1498dc
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8f1498dc
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8f1498dc

Branch: refs/heads/master
Commit: 8f1498dc8c0088b8b744f5b3b6daf7ba48c96b3d
Parents: 4443890
Author: Girish Shilamkar <gi...@clogeny.com>
Authored: Mon May 5 11:11:24 2014 +0530
Committer: Girish Shilamkar <gi...@clogeny.com>
Committed: Mon May 5 11:13:11 2014 +0530

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8f1498dc/tools/marvin/marvin/lib/base.py
----------------------------------------------------------------------
diff --git a/tools/marvin/marvin/lib/base.py b/tools/marvin/marvin/lib/base.py
index 885dc1c..88e6d9a 100755
--- a/tools/marvin/marvin/lib/base.py
+++ b/tools/marvin/marvin/lib/base.py
@@ -270,6 +270,7 @@ class VirtualMachine:
                 apiclient,
                 account=cmd.account,
                 domainid=cmd.domainid,
+                listall=True,
                 securitygroupname="basic_sec_grp"
             )