mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-04 20:29:27 +01:00
CLOUDSTACK-6316: added else code in __createUserApiClient function
This commit is contained in:
parent
2f02abf364
commit
b2543efaca
@ -360,6 +360,10 @@ class CSTestClient(object):
|
||||
"User API Client Creation."
|
||||
" While Registering User Failed")
|
||||
return FAILED
|
||||
else:
|
||||
mgtDetails = self.__mgmtDetails
|
||||
mgtDetails.apiKey = apiKey
|
||||
mgtDetails.securityKey = securityKey
|
||||
|
||||
newUserConnection =\
|
||||
CSConnection(mgtDetails,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user