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:06:52 UTC

git commit: updated refs/heads/4.4-forward to c013813

Repository: cloudstack
Updated Branches:
  refs/heads/4.4-forward 84135cd30 -> c01381342


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

Branch: refs/heads/4.4-forward
Commit: c013813426874ae0cc1ac2b23238415652955901
Parents: 84135cd
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:19:18 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/c0138134/tools/marvin/marvin/cloudstackTestClient.py
----------------------------------------------------------------------
diff --git a/tools/marvin/marvin/cloudstackTestClient.py b/tools/marvin/marvin/cloudstackTestClient.py
index 9fe559d..bc49530 100644
--- a/tools/marvin/marvin/cloudstackTestClient.py
+++ b/tools/marvin/marvin/cloudstackTestClient.py
@@ -326,6 +326,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