Repository: libcloud Updated Branches: refs/heads/trunk 6464d8e93 -> 2071b581a
docs: PowerDNS 4.1 updates The PowerDNS project hosts their latest HTTP API documentation at a slightly different URL, and they've retired the "json-interface" setting altogether. Update our pdns server configuration instructions to reflect these changes. Closes #1092 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/2071b581 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/2071b581 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/2071b581 Branch: refs/heads/trunk Commit: 2071b581abf8fb8173f1fb7721eea25bf160807a Parents: 6464d8e Author: Ken Dreyer <ktdre...@ktdreyer.com> Authored: Fri Aug 18 11:08:03 2017 -0600 Committer: Anthony Shaw <anthonys...@apache.org> Committed: Mon Aug 21 15:38:40 2017 +1000 ---------------------------------------------------------------------- docs/dns/drivers/powerdns.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/2071b581/docs/dns/drivers/powerdns.rst ---------------------------------------------------------------------- diff --git a/docs/dns/drivers/powerdns.rst b/docs/dns/drivers/powerdns.rst index 0dd41a2..1bc13e4 100644 --- a/docs/dns/drivers/powerdns.rst +++ b/docs/dns/drivers/powerdns.rst @@ -14,9 +14,9 @@ following in ``pdns.conf``:: For PowerDNS 4.x, please read the `PowerDNS 4 HTTP API documentation`_. The ``pdns.conf`` options are slightly different (the options are no longer -prefixed with ``experimental-``):: +prefixed with ``experimental-``, and ``json-interface`` is no longer +required.):: - json-interface=yes api-key=changeme webserver=yes @@ -40,4 +40,4 @@ API Docs .. _`PowerDNS`: https://doc.powerdns.com/ .. _`PowerDNS 3 HTTP API documentation`: https://doc.powerdns.com/3/httpapi/README/ -.. _`PowerDNS 4 HTTP API documentation`: https://doc.powerdns.com/md/httpapi/README/ +.. _`PowerDNS 4 HTTP API documentation`: https://doc.powerdns.com/authoritative/http-api/