Return-Path: X-Original-To: apmail-libcloud-notifications-archive@www.apache.org Delivered-To: apmail-libcloud-notifications-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2DB0919707 for ; Tue, 12 Apr 2016 23:38:04 +0000 (UTC) Received: (qmail 51253 invoked by uid 500); 12 Apr 2016 23:38:04 -0000 Delivered-To: apmail-libcloud-notifications-archive@libcloud.apache.org Received: (qmail 51227 invoked by uid 500); 12 Apr 2016 23:38:04 -0000 Mailing-List: contact notifications-help@libcloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@libcloud.apache.org Delivered-To: mailing list notifications@libcloud.apache.org Received: (qmail 51218 invoked by uid 500); 12 Apr 2016 23:38:04 -0000 Delivered-To: apmail-libcloud-commits@libcloud.apache.org Received: (qmail 51214 invoked by uid 99); 12 Apr 2016 23:38:04 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Apr 2016 23:38:04 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D06A9DFB7A; Tue, 12 Apr 2016 23:38:03 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: anthonyshaw@apache.org To: commits@libcloud.apache.org Message-Id: <467aeba0044343faa914b71ebe814919@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: libcloud git commit: Updated provider tables Date: Tue, 12 Apr 2016 23:38:03 +0000 (UTC) Repository: libcloud Updated Branches: refs/heads/trunk a971badc7 -> e69d6da35 Updated provider tables Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/e69d6da3 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/e69d6da3 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/e69d6da3 Branch: refs/heads/trunk Commit: e69d6da3567ec049a7488eab0695d203d50aeca1 Parents: a971bad Author: anthony-shaw Authored: Wed Apr 13 09:37:47 2016 +1000 Committer: anthony-shaw Committed: Wed Apr 13 09:37:47 2016 +1000 ---------------------------------------------------------------------- docs/dns/_supported_methods.rst | 2 ++ docs/dns/_supported_providers.rst | 2 ++ 2 files changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/e69d6da3/docs/dns/_supported_methods.rst ---------------------------------------------------------------------- diff --git a/docs/dns/_supported_methods.rst b/docs/dns/_supported_methods.rst index 258e51d..ce1f8f1 100644 --- a/docs/dns/_supported_methods.rst +++ b/docs/dns/_supported_methods.rst @@ -4,6 +4,7 @@ Provider list zones list records create zone update zone create record update record delete zone delete record =================== ========== ============ =========== =========== ============= ============= =========== ============= `AuroraDNS`_ yes yes yes no yes yes yes yes +`BuddyNS DNS`_ yes no yes no no no yes no `CloudFlare DNS`_ yes yes no no yes yes no yes `DigitalOcean`_ yes yes yes no yes yes yes yes `DNSimple`_ yes yes yes no yes yes yes yes @@ -28,6 +29,7 @@ Provider list zones list records create zone update zone create recor =================== ========== ============ =========== =========== ============= ============= =========== ============= .. _`AuroraDNS`: https://www.pcextreme.nl/en/aurora/dns +.. _`BuddyNS DNS`: https://www.buddyns.com .. _`CloudFlare DNS`: https://www.cloudflare.com .. _`DigitalOcean`: https://www.digitalocean.com .. _`DNSimple`: https://dnsimple.com/ http://git-wip-us.apache.org/repos/asf/libcloud/blob/e69d6da3/docs/dns/_supported_providers.rst ---------------------------------------------------------------------- diff --git a/docs/dns/_supported_providers.rst b/docs/dns/_supported_providers.rst index 6968077..75232b2 100644 --- a/docs/dns/_supported_providers.rst +++ b/docs/dns/_supported_providers.rst @@ -4,6 +4,7 @@ Provider Documentation Provider Constant Supported Regions Module Class Name =================== ========================================= ================= ==================== ======================================== ============================== `AuroraDNS`_ :doc:`Click ` AURORADNS single region driver :mod:`libcloud.dns.drivers.auroradns` :class:`AuroraDNSDriver` +`BuddyNS DNS`_ :doc:`Click ` BUDDYNS single region driver :mod:`libcloud.dns.drivers.buddyns` :class:`BuddyNSDNSDriver` `CloudFlare DNS`_ :doc:`Click ` CLOUDFLARE single region driver :mod:`libcloud.dns.drivers.cloudflare` :class:`CloudFlareDNSDriver` `DigitalOcean`_ :doc:`Click ` DIGITAL_OCEAN single region driver :mod:`libcloud.dns.drivers.digitalocean` :class:`DigitalOceanDNSDriver` `DNSimple`_ :doc:`Click ` DNSIMPLE single region driver :mod:`libcloud.dns.drivers.dnsimple` :class:`DNSimpleDNSDriver` @@ -28,6 +29,7 @@ Provider Documentation Provider Constant =================== ========================================= ================= ==================== ======================================== ============================== .. _`AuroraDNS`: https://www.pcextreme.nl/en/aurora/dns +.. _`BuddyNS DNS`: https://www.buddyns.com .. _`CloudFlare DNS`: https://www.cloudflare.com .. _`DigitalOcean`: https://www.digitalocean.com .. _`DNSimple`: https://dnsimple.com/