You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2014/12/16 22:51:27 UTC

[2/2] libcloud git commit: Re-generate supported providers and methods table.

Re-generate supported providers and methods table.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/ab68dd92
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/ab68dd92
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/ab68dd92

Branch: refs/heads/trunk
Commit: ab68dd92c5ed6eed3d9cc6c39a99c5c1663c4482
Parents: dd7ba77
Author: Tomaz Muraus <to...@apache.org>
Authored: Tue Dec 16 22:47:36 2014 +0100
Committer: Tomaz Muraus <to...@apache.org>
Committed: Tue Dec 16 22:47:36 2014 +0100

----------------------------------------------------------------------
 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/ab68dd92/docs/dns/_supported_methods.rst
----------------------------------------------------------------------
diff --git a/docs/dns/_supported_methods.rst b/docs/dns/_supported_methods.rst
index 399358a..33be25c 100644
--- a/docs/dns/_supported_methods.rst
+++ b/docs/dns/_supported_methods.rst
@@ -9,6 +9,7 @@ Provider              list zones list records create zone update zone create rec
 `Rackspace DNS (UK)`_ yes        yes          yes         yes         yes           yes           yes         yes          
 `Rackspace DNS (US)`_ yes        yes          yes         yes         yes           yes           yes         yes          
 `Route53 DNS`_        yes        yes          yes         no          yes           yes           yes         yes          
+`Softlayer DNS`_      yes        yes          yes         no          yes           yes           yes         yes          
 `Zerigo DNS`_         yes        yes          yes         yes         yes           yes           yes         yes          
 ===================== ========== ============ =========== =========== ============= ============= =========== =============
 
@@ -20,4 +21,5 @@ Provider              list zones list records create zone update zone create rec
 .. _`Rackspace DNS (UK)`: http://www.rackspace.com/
 .. _`Rackspace DNS (US)`: http://www.rackspace.com/
 .. _`Route53 DNS`: http://aws.amazon.com/route53/
+.. _`Softlayer DNS`: https://www.softlayer.com
 .. _`Zerigo DNS`: http://www.zerigo.com/

http://git-wip-us.apache.org/repos/asf/libcloud/blob/ab68dd92/docs/dns/_supported_providers.rst
----------------------------------------------------------------------
diff --git a/docs/dns/_supported_providers.rst b/docs/dns/_supported_providers.rst
index a8c497c..1330a54 100644
--- a/docs/dns/_supported_providers.rst
+++ b/docs/dns/_supported_providers.rst
@@ -9,6 +9,7 @@ Provider              Documentation                           Provider constant
 `Rackspace DNS (UK)`_                                         RACKSPACE_UK      :mod:`libcloud.dns.drivers.rackspace`   :class:`RackspaceUKDNSDriver`
 `Rackspace DNS (US)`_                                         RACKSPACE_US      :mod:`libcloud.dns.drivers.rackspace`   :class:`RackspaceUSDNSDriver`
 `Route53 DNS`_                                                ROUTE53           :mod:`libcloud.dns.drivers.route53`     :class:`Route53DNSDriver`    
+`Softlayer DNS`_                                              SOFTLAYER         :mod:`libcloud.dns.drivers.softlayer`   :class:`SoftLayerDNSDriver`  
 `Zerigo DNS`_                                                 ZERIGO            :mod:`libcloud.dns.drivers.zerigo`      :class:`ZerigoDNSDriver`     
 ===================== ======================================= ================= ======================================= =============================
 
@@ -20,4 +21,5 @@ Provider              Documentation                           Provider constant
 .. _`Rackspace DNS (UK)`: http://www.rackspace.com/
 .. _`Rackspace DNS (US)`: http://www.rackspace.com/
 .. _`Route53 DNS`: http://aws.amazon.com/route53/
+.. _`Softlayer DNS`: https://www.softlayer.com
 .. _`Zerigo DNS`: http://www.zerigo.com/