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 2011/09/23 13:14:41 UTC

svn commit: r1174663 - /libcloud/trunk/test/secrets.py-dist

Author: tomaz
Date: Fri Sep 23 11:14:41 2011
New Revision: 1174663

URL: http://svn.apache.org/viewvc?rev=1174663&view=rev
Log:
Add DNS params to test/secret.py-dist

Modified:
    libcloud/trunk/test/secrets.py-dist

Modified: libcloud/trunk/test/secrets.py-dist
URL: http://svn.apache.org/viewvc/libcloud/trunk/test/secrets.py-dist?rev=1174663&r1=1174662&r2=1174663&view=diff
==============================================================================
--- libcloud/trunk/test/secrets.py-dist (original)
+++ libcloud/trunk/test/secrets.py-dist Fri Sep 23 11:14:41 2011
@@ -34,3 +34,6 @@ SOFTLAYER_PARAMS = ('user', 'api_key')
 VCLOUD_PARAMS = ('user', 'secret')
 VOXEL_PARAMS = ('key', 'secret')
 VPSNET_PARAMS = ('user', 'key')
+
+# DNS
+# DNS_PARAMS_LINODE = ('user', 'key')