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/08 10:09:56 UTC

git commit: updated refs/heads/master to 38e8a20

Repository: cloudstack
Updated Branches:
  refs/heads/master 245b7f4c3 -> 38e8a20af


CLOUDSTACK-6580: Adding listall parameter while listing Account in createUserApiClient


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

Branch: refs/heads/master
Commit: 38e8a20afb3f71de2e3e0b9c8f50ad71b82df1b0
Parents: 245b7f4
Author: Gaurav Aradhye <ga...@clogeny.com>
Authored: Wed May 7 21:08:14 2014 -0400
Committer: Girish Shilamkar <gi...@clogeny.com>
Committed: Wed May 7 21:22:34 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/38e8a20a/tools/marvin/marvin/cloudstackTestClient.py
----------------------------------------------------------------------
diff --git a/tools/marvin/marvin/cloudstackTestClient.py b/tools/marvin/marvin/cloudstackTestClient.py
index c7ad5c0..0e4837e 100644
--- a/tools/marvin/marvin/cloudstackTestClient.py
+++ b/tools/marvin/marvin/cloudstackTestClient.py
@@ -325,6 +325,7 @@ class CSTestClient(object):
             cmd = listAccounts.listAccountsCmd()
             cmd.name = UserName
             cmd.domainid = domId
+            cmd.listall = True
             try:
                 accounts = self.__apiClient.listAccounts(cmd)
                 acctId = accounts[0].id