CLOUDSTACK-6316: added else code in __createUserApiClient function

This commit is contained in:
SrikanteswaraRao Talluri 2014-04-11 19:32:13 +05:30
parent 2f02abf364
commit b2543efaca

View File

@ -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,