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/04 10:39:15 UTC

[dev] [libcloud] Patched the ec2 driver to include instance start-stop functionality (#35)

- Added ex_start_node method to the ec2 compute driver
- Added ex_stop_node method to the ec2 compute driver
- Added a new _get_state_boolean function to get the state of the node while starting or stopping

You can merge this Pull Request by running:

  git pull https://github.com/raweng/libcloud trunk

Or you can view, comment on it, or merge it online at:

  https://github.com/apache/libcloud/pull/35

-- Commit Summary --

* - Added ex_start_node method to the ec2 compute driver

-- File Changes --

M libcloud/compute/drivers/ec2.py (31)

-- Patch Links --

  https://github.com/apache/libcloud/pull/35.patch
  https://github.com/apache/libcloud/pull/35.diff

--- 
Reply to this email directly or view it on GitHub:
https://github.com/apache/libcloud/pull/35