GitHub user ashb opened a pull request:
https://github.com/apache/libcloud/pull/251
NodeState.STOPPED fix for VCloud driver
This fixes up the vCloud drivers to correctly update the Node state to be
STOPPED rather than TERMINATED - it can be restarted from this state
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/libcloud vcloud-terminated-state
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/251.patch
----
commit bedc9ba379c301153373a6c9ee20b818ae1a91c9
Author: Ash Berlin <[email protected]>
Date: 2014-02-11T12:19:11Z
Update vCloud 'Powered Off' Node state mapping introduced in v0.14.0
vCloud state 8 is powered off, can be turned back on. NodeState.TERMINATED
now means 'cant be started later on'
----