mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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>