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 2017/04/13 09:33:09 UTC

[03/46] libcloud git commit: linode should take a key only

linode should take a key only


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

Branch: refs/heads/trunk
Commit: f498892e23380406c440b8174fdb102e5fae8985
Parents: f4d3f6d
Author: Anthony Shaw <an...@apache.org>
Authored: Tue Apr 11 10:57:11 2017 +1000
Committer: Anthony Shaw <an...@apache.org>
Committed: Tue Apr 11 10:57:11 2017 +1000

----------------------------------------------------------------------
 libcloud/test/secrets.py-dist | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/f498892e/libcloud/test/secrets.py-dist
----------------------------------------------------------------------
diff --git a/libcloud/test/secrets.py-dist b/libcloud/test/secrets.py-dist
index ce16d95..ab0720e 100644
--- a/libcloud/test/secrets.py-dist
+++ b/libcloud/test/secrets.py-dist
@@ -69,7 +69,7 @@ LB_ALB_PARAMS = ('access_id', 'secret', 'region')
 LB_SLB_PARAMS = ('access_id', 'secret', 'region')
 
 # DNS
-DNS_PARAMS_LINODE = ('user', 'key')
+DNS_PARAMS_LINODE = ('key')
 DNS_PARAMS_ZERIGO = ('email', 'api token')
 DNS_PARAMS_RACKSPACE = ('user', 'key')
 DNS_PARAMS_HOSTVIRTUAL = ('key',)