GitHub user micafer opened a pull request:
https://github.com/apache/libcloud/pull/1269
Set SUSPENDED NodeState in OpenStack driver
## Set SUSPENDED NodeState in OpenStack driver
### Description
Currently the 'SUSPENDED' VM status is mapped to the STOPPED NodeState
value.
The correct value must be the SUSPENDED NodeState one.
### Status
- done, ready for review
### Checklist (tick everything that applies)
- [x] [Code
linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide)
(required, can be done after the PR checks)
- [ ] Documentation
- [ ] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html)
- [ ]
[ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes)
(required for bigger changes)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/micafer/libcloud trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/1269.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 #1269
----
commit b3d8b15b81a934d9364df168ae5433549a5a880e
Author: micafer <micafer1@...>
Date: 2018-09-24T10:54:47Z
Add cinder support LIBCLOUD-874
commit 1761c77c836faa0af53f390bc9ae012ab56e653b
Author: micafer <micafer1@...>
Date: 2018-09-24T11:03:38Z
Add cinder support LIBCLOUD-874
commit 78e96a51eaca71c0156553de599fbf6b9e1179f6
Author: micafer <micafer1@...>
Date: 2018-09-24T13:19:43Z
Add cinder support LIBCLOUD-874
commit 82b3dd034eb23e2ce7df01f11305a08b52c4773c
Author: micafer <micafer1@...>
Date: 2018-09-24T14:10:39Z
Add cinder support LIBCLOUD-874
commit 557e1e5fa661eb2dedc914913606ea5cdb7fcb90
Author: micafer <micafer1@...>
Date: 2018-09-24T14:20:20Z
Add cinder support LIBCLOUD-874
commit a65f4a6cc4439355ae3d39dec6f606e0470a992e
Author: micafer <micafer1@...>
Date: 2018-09-24T14:32:58Z
Add cinder support LIBCLOUD-874
commit bd8318b53676f84e91ed775dc174545f00ac834b
Author: micafer <micafer1@...>
Date: 2018-09-24T15:16:19Z
Add cinder support LIBCLOUD-874
commit 934c32cdd6db1eb7f42755712fcefd3d858c9b42
Author: micafer <micafer1@...>
Date: 2018-12-18T07:44:15Z
Set suspended state
commit b9b020782f1999ef15ed3857b9f5ce8ee3fabbc7
Author: micafer <micafer1@...>
Date: 2018-12-18T07:47:27Z
Set suspended state
----
---