GitHub user MikeAT opened a pull request:
https://github.com/apache/libcloud/pull/1256
[LIBCLOUD-1025] Add a new DNS driver for RcodeZero DNS.
## Add a new DNS driver for RcodeZero DNS.
### Description
This PR adds a new DNS driver for RcodeZero DNS (API-Doc at
https//my.rcodezero.at/api-doc).
RcodeZero is a European DNS provider with 35+ node around the world.
This driver support all methods offered by the libcloud dns api.
The JIRA ticket can be found here:
https://issues.apache.org/jira/browse/LIBCLOUD-1025
### 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
- [x] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html)
- [x]
[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/MikeAT/libcloud
Libcloud-1025_add_RcodeZero_DNS_Driver
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/1256.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 #1256
----
commit 78dafcbf314723028c9cc7c3268646971957d3ef
Author: Michael Braunoeder <mib@...>
Date: 2018-11-22T13:40:59Z
[LIBCLOUD-1025] Add a new DNS driver for RcodeZero DNS.
----
---