You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2014/07/28 17:44:35 UTC

[08/24] git commit: updated refs/heads/4.4 to e33d4a5

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

(cherry picked from commit c013813426874ae0cc1ac2b23238415652955901)


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

Branch: refs/heads/4.4
Commit: e8e8bed948e3caf4fadb0d012757c7a292131a44
Parents: b8824d0
Author: Gaurav Aradhye <ga...@clogeny.com>
Authored: Wed May 7 21:08:14 2014 -0400
Committer: Daan Hoogland <da...@onecht.net>
Committed: Mon Jul 28 17:43:18 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e8e8bed9/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