You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by vishy1618 <re...@reply.github.com> on 2011/11/25 07:00:31 UTC

[dev] [libcloud] Experimental (#39)

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