mirror of https://github.com/apache/cloudstack.git
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…
Reference in New Issue