GitHub user xyzjace opened a pull request:
https://github.com/apache/libcloud/pull/98
Starting and stopping cloudstack nodes
Added the ability to start and stop cloudstack nodes with synchronous
requests, and by extension Ninefold nodes.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/xyzjace/libcloud trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/98.patch
----
commit 44f4d5242aa382e7f5dc44f644a0eee27bbf2599
Author: Jason Gellatly <[email protected]>
Date: 2013-03-06T23:53:41Z
Added support for starting and stopping Cloudstack, and by extension
Ninefold nodes
commit b4526489cb7ee94b2269f9dd647df85d0b3ca5db
Author: Jason Gellatly <[email protected]>
Date: 2013-03-08T03:57:47Z
Added support for starting and stopping nodes in Cloudstack, and by
extension Ninefold
This requires further testing and stopholds in place for bad nodes
passed and non-existent nodes.
commit 05cecdba141df487e50e11b4f10f90e1c21c5fa4
Author: Jason Gellatly <[email protected]>
Date: 2013-03-11T04:22:05Z
Added some error checking around synchronous starting and stopping of nodes
----