You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2016/03/31 00:46:57 UTC

[4/6] libcloud git commit: adds luadns as a provider

adds luadns as a provider


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

Branch: refs/heads/trunk
Commit: 8d975a255fffc85810ab2d8129d5314a8e09469e
Parents: 683f2b4
Author: lostbird <lostbird@lostbird.(none)>
Authored: Wed Mar 30 02:02:23 2016 +0200
Committer: anthony-shaw <an...@gmail.com>
Committed: Thu Mar 31 09:46:24 2016 +1100

----------------------------------------------------------------------
 libcloud/dns/types.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/8d975a25/libcloud/dns/types.py
----------------------------------------------------------------------
diff --git a/libcloud/dns/types.py b/libcloud/dns/types.py
index 2edd090..b474906 100644
--- a/libcloud/dns/types.py
+++ b/libcloud/dns/types.py
@@ -49,6 +49,7 @@ class Provider(object):
     GODADDY = 'godaddy'
     CLOUDFLARE = 'cloudflare'
     NSONE = 'nsone'
+    LUADNS = 'luadns'
 
     # Deprecated
     RACKSPACE_US = 'rackspace_us'