GitHub user atsaki opened a pull request: https://github.com/apache/libcloud/pull/332
LIBCLOUD-590 - Reduce redundant API calls of CloudStack compute driver's... CloudStack compute driver's list_nodes method executes too many API calls and it slows down this method. The patch reduces redundant API calls and speed up list_nodes method. https://issues.apache.org/jira/browse/LIBCLOUD-590 You can merge this pull request into a Git repository by running: $ git pull https://github.com/atsaki/libcloud 590_reduce_cloudstack_list_nodes_api_calls Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/332.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #332 ---- commit 9234d0a00bd6fc3ee09b29725d9c0352037c2572 Author: Atsushi Sasaki <atsak...@gmail.com> Date: 2014-06-30T14:26:48Z LIBCLOUD-590 - Reduce redundant API calls of CloudStack compute driver's list_nodes method ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---