mirror of https://github.com/apache/cloudstack.git
marvin_refactor: cloudConnection is CloudConnection
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
e0e29d7d37
commit
02b35367a0
|
|
@ -38,7 +38,7 @@ class cloudstackTestClient(object):
|
|||
defaultWorkerThreads=10,
|
||||
logging=None):
|
||||
self.connection = \
|
||||
cloudstackConnection.cloudConnection(mgmtDetails,
|
||||
cloudstackConnection.CloudConnection(mgmtDetails,
|
||||
asyncTimeout,
|
||||
logging)
|
||||
self.apiClient =\
|
||||
|
|
|
|||
Loading…
Reference in New Issue