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/03/22 14:47:54 UTC

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

Author: tomaz
Date: Tue Mar 22 13:47:53 2011
New Revision: 1084176

URL: http://svn.apache.org/viewvc?rev=1084176&view=rev
Log:
Add missing variables for brightbox driver.

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

Modified: incubator/libcloud/trunk/test/secrets.py-dist
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/test/secrets.py-dist?rev=1084176&r1=1084175&r2=1084176&view=diff
==============================================================================
--- incubator/libcloud/trunk/test/secrets.py-dist (original)
+++ incubator/libcloud/trunk/test/secrets.py-dist Tue Mar 22 13:47:53 2011
@@ -23,6 +23,9 @@ EC2_SECRET='secr3t'
 BRIGHTBOX_CLIENT_ID=''
 BRIGHTBOX_CLIENT_SECRET=''
 
+BLUEBOX_CUSTOMER_ID=''
+BLUEBOX_API_KEY=''
+
 RACKSPACE_USER=''
 RACKSPACE_KEY=''