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:41:42 UTC

git commit: updated refs/heads/4.4-automation to 18367b3

Repository: cloudstack
Updated Branches:
  refs/heads/4.4-automation 948b81fb5 -> 18367b3a8


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

Branch: refs/heads/4.4-automation
Commit: 18367b3a8614d39d6323f140fc50875230bb060a
Parents: 948b81f
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:11:24 2014 +0530

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18367b3a/tools/marvin/marvin/lib/base.py
----------------------------------------------------------------------
diff --git a/tools/marvin/marvin/lib/base.py b/tools/marvin/marvin/lib/base.py
index 95a3aa5..616423f 100644
--- a/tools/marvin/marvin/lib/base.py
+++ b/tools/marvin/marvin/lib/base.py
@@ -271,6 +271,7 @@ class VirtualMachine:
                 apiclient,
                 account=cmd.account,
                 domainid=cmd.domainid,
+                listall=True,
                 securitygroupname="basic_sec_grp"
             )