GitHub user cure opened a pull request:
https://github.com/apache/libcloud/pull/1238
Add c5d and m5d node types to AWS eu-central-1
## Add c5d and m5d node types to AWS Frankfurt (eu-central-1)
### Description
The AWS Frankfurt region (eu-central-1) now has c5d and m5d node types
available. Make them accessible in libcloud.
### Status
Done, ready for review.
### Checklist (tick everything that applies)
- [ ] [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/cure/libcloud patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/1238.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 #1238
----
commit 20c1ffa0d552dfaff899a5cec7d7a4c7065ae5c2
Author: Ward Vandewege <cure@...>
Date: 2018-09-05T20:26:04Z
Add c5d and m5d node types to AWS eu-central-1
The AWS Frankfurt region (eu-central-1) now has c5d and m5d node types
available.
----
---