marvin_refactor: cloudConnection is CloudConnection

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
Prasanna Santhanam 2013-09-03 16:54:39 +05:30
parent e0e29d7d37
commit 02b35367a0
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class cloudstackTestClient(object):
defaultWorkerThreads=10,
logging=None):
self.connection = \
cloudstackConnection.cloudConnection(mgmtDetails,
cloudstackConnection.CloudConnection(mgmtDetails,
asyncTimeout,
logging)
self.apiClient =\