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 2019/07/15 21:30:06 UTC

[libcloud] 12/19: Add missing secrets.py entry.

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit a3789b82014afb1cfe5659e5bf0266bcd941f36c
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Mon Jul 15 22:59:24 2019 +0200

    Add missing secrets.py entry.
---
 libcloud/test/secrets.py-dist | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libcloud/test/secrets.py-dist b/libcloud/test/secrets.py-dist
index 7bbcf6a..638e17d 100644
--- a/libcloud/test/secrets.py-dist
+++ b/libcloud/test/secrets.py-dist
@@ -60,6 +60,7 @@ PACKET_PARAMS = ('api_key')
 ECS_PARAMS = ('access_key', 'access_secret')
 CLOUDSCALE_PARAMS = ('token',)
 UPCLOUD_PARAMS = ('user', 'secret')
+GRIDSCALE_PARAMS = ('user uuid', 'api token')
 
 # Storage
 STORAGE_S3_PARAMS = ('key', 'secret')