mirror of https://github.com/apache/cloudstack.git
When you have a method with named parameters, all calls to it should
explicitly pass name=value pairs. Not doing so can result in the wrong
params being passed in the method call. This is a result of the
"services" dictionary being passed into the isportable flag failing the
API signature generation and hence the API call.
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| integration | ||
| sandbox | ||
| TestCaseExecuteEngine.py | ||
| __init__.py | ||
| asyncJobMgr.py | ||
| cloudstackConnection.py | ||
| cloudstackException.py | ||
| cloudstackTestCase.py | ||
| cloudstackTestClient.py | ||
| codegenerator.py | ||
| configGenerator.py | ||
| dbConnection.py | ||
| deployAndRun.py | ||
| deployDataCenter.py | ||
| jsonHelper.py | ||
| marvinPlugin.py | ||
| remoteSSHClient.py | ||
| settings.py | ||
| testSetupSuccess.py | ||