CLOUDSTACK-6316: added else code in __createUserApiClient function
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b2543efa Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b2543efa Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b2543efa Branch: refs/heads/master Commit: b2543efaca31bc7932ebe6ecefa963849049f39f Parents: 2f02abf Author: SrikanteswaraRao Talluri <[email protected]> Authored: Fri Apr 11 19:32:13 2014 +0530 Committer: SrikanteswaraRao Talluri <[email protected]> Committed: Fri Apr 11 19:32:13 2014 +0530 ---------------------------------------------------------------------- tools/marvin/marvin/cloudstackTestClient.py | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b2543efa/tools/marvin/marvin/cloudstackTestClient.py ---------------------------------------------------------------------- diff --git a/tools/marvin/marvin/cloudstackTestClient.py b/tools/marvin/marvin/cloudstackTestClient.py index f1afceb..1e13506 100644 --- a/tools/marvin/marvin/cloudstackTestClient.py +++ b/tools/marvin/marvin/cloudstackTestClient.py @@ -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,
