mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7294: Passing listall=True for listUser api admin call
This commit is contained in:
parent
76cecc325f
commit
9d7b851537
|
|
@ -344,6 +344,8 @@ class CSTestClient(object):
|
|||
|
||||
listuser = listUsers.listUsersCmd()
|
||||
listuser.username = UserName
|
||||
listuser.domainid = domId
|
||||
listuser.listall = True
|
||||
|
||||
listuserRes = self.__apiClient.listUsers(listuser)
|
||||
userId = listuserRes[0].id
|
||||
|
|
|
|||
Loading…
Reference in New Issue