mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
CLOUDSTACK-6580: Adding listall parameter while listing Account in createUserApiClient
This commit is contained in:
parent
245b7f4c39
commit
38e8a20afb
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user