I have changed the list_nodes method to have an additional parameter of "ex_node_ids". This will be an array of node ids which will be used to filter the list of nodes returned.
You can merge this Pull Request by running: git pull https://github.com/raweng/libcloud experimental Or you can view, comment on it, or merge it online at: https://github.com/apache/libcloud/pull/39 -- Commit Summary -- * - Added ex_start_node method to the ec2 compute driver * - Changed the EC2 _get_state_boolean function to use findall instead of iterating. * Merge remote-tracking branch 'upstream/trunk' into trunk * Added certain api's to the ec2 driver: * Merge branch 'trunk' of https://github.com/apache/libcloud into trunk * Added fixtures * Merge branch 'trunk' of https://github.com/apache/libcloud into trunk * - added a parameter to list_nodes to filter the node output * Merge branch 'trunk' of https://github.com/apache/libcloud into experimental * Merge branch 'trunk' into experimental * - deleted orig files * - url longline repair -- File Changes -- M libcloud/compute/drivers/ec2.py (11) M test/compute/test_ec2.py (23) -- Patch Links -- https://github.com/apache/libcloud/pull/39.patch https://github.com/apache/libcloud/pull/39.diff --- Reply to this email directly or view it on GitHub: https://github.com/apache/libcloud/pull/39
