You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2013/10/02 18:41:32 UTC

[02/50] [abbrv] git commit: updated refs/heads/marvin-refactor to bbaf354

marvin_refactor: cloudConnection is CloudConnection

Signed-off-by: Prasanna Santhanam <ts...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/215ac11e
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/215ac11e
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/215ac11e

Branch: refs/heads/marvin-refactor
Commit: 215ac11e51636103968d301e0d3c64692ff196aa
Parents: 291a35d
Author: Prasanna Santhanam <ts...@apache.org>
Authored: Tue Sep 3 16:54:39 2013 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Wed Oct 2 20:27:04 2013 +0530

----------------------------------------------------------------------
 tools/marvin/marvin/cloudstackTestClient.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/215ac11e/tools/marvin/marvin/cloudstackTestClient.py
----------------------------------------------------------------------
diff --git a/tools/marvin/marvin/cloudstackTestClient.py b/tools/marvin/marvin/cloudstackTestClient.py
index 36f7f8d..c49ee72 100644
--- a/tools/marvin/marvin/cloudstackTestClient.py
+++ b/tools/marvin/marvin/cloudstackTestClient.py
@@ -29,7 +29,7 @@ class cloudstackTestClient(object):
                  apiKey=None, securityKey=None, asyncTimeout=3600,
                  defaultWorkerThreads=10, logging=None):
         self.connection = \
-            cloudstackConnection.cloudConnection(mgtSvr, port, user, passwd,
+            cloudstackConnection.CloudConnection(mgtSvr, port, user, passwd,
                                                  apiKey, securityKey,
                                                  asyncTimeout, logging)
         self.apiClient =\