GitHub user vdloo opened a pull request:
https://github.com/apache/libcloud/pull/919
add ex_start_node for the openstack driver
### add ex_start_node for the openstack driver
#### Currently only ex_resume_node is implemented, but it does not start
stopped instances.
http://developer.openstack.org/api-ref-compute-v2.1.html
```
BaseHTTPError: 409 Conflict Cannot 'resume' instance
39ec1234-1234-1234-ba28-123412349d9c while it is in vm_state stopped
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vdloo/libcloud
add-ex-start-node-for-openstack-driver
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/919.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #919
----
commit 1105c46125eadf4668283e01b5139f91fc288400
Author: Rick van de Loo <[email protected]>
Date: 2016-10-20T15:02:40Z
add ex_start_node for the openstack driver
http://developer.openstack.org/api-ref-compute-v2.1.html
Currently only ex_resume_node is implemented, but it does not start stopped
instances.
```
BaseHTTPError: 409 Conflict Cannot 'resume' instance
39ec1234-1234-1234-ba28-123412349d9c while it is in vm_state stopped
```
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---