GitHub user gfleury opened a pull request:
https://github.com/apache/libcloud/pull/1154
Hetzner
## Changes Title (replace this with a logical title for your changes)
### Description
This is the driver for Hetzner provider (www.hetzner.de). It's a decent
provider in Germany heavy used by some local startups in Germany. Basically
provides bare metal and virtualized nodes. Documentation is also present on the
commits.
### 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)
- [X] Documentation
https://github.com/apache/libcloud/commit/ff764ebbabb1df2b7ca8af77a5542a46284f1973
- [X] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html)
https://github.com/apache/libcloud/commit/5724c2cfda9972e39e6f2afcfa142d5500a3137d
- [ ]
[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/gfleury/libcloud hetzner
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/1154.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 #1154
----
commit 60c6ec61236e11f50270e93e79dce65edbf0397d
Author: Fleury <[email protected]>
Date: 2017-12-13T12:10:32Z
Adding Hetzner driver
commit 5724c2cfda9972e39e6f2afcfa142d5500a3137d
Author: Fleury <[email protected]>
Date: 2017-12-14T09:01:46Z
Adding hetzner tests
commit ff764ebbabb1df2b7ca8af77a5542a46284f1973
Author: Fleury <[email protected]>
Date: 2017-12-14T09:27:13Z
Adding Hetzner Documentation
----
---