Repository: libcloud Updated Branches: refs/heads/trunk a58a6e5fa -> ef3363df8
added LB_ALB_PARAMS to secrets.py-dist Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/74e3398d Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/74e3398d Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/74e3398d Branch: refs/heads/trunk Commit: 74e3398d0f4d1549eee3d37f09cf0c93ee31a2d0 Parents: 3ef8d41 Author: Anton Kozyrev <[email protected]> Authored: Wed Nov 2 13:21:14 2016 +0200 Committer: Anthony Shaw <[email protected]> Committed: Thu Nov 10 11:31:25 2016 +1100 ---------------------------------------------------------------------- libcloud/test/secrets.py-dist | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/74e3398d/libcloud/test/secrets.py-dist ---------------------------------------------------------------------- diff --git a/libcloud/test/secrets.py-dist b/libcloud/test/secrets.py-dist index e2e6165..8c73f54 100644 --- a/libcloud/test/secrets.py-dist +++ b/libcloud/test/secrets.py-dist @@ -64,6 +64,7 @@ STORAGE_AZURE_BLOBS_PARAMS = ('account', 'cGFzc3dvcmQ=') # Loadbalancer LB_BRIGHTBOX_PARAMS = ('user', 'key') LB_ELB_PARAMS = ('access_id', 'secret', 'region') +LB_ALB_PARAMS = ('access_id', 'secret', 'region') LB_SLB_PARAMS = ('access_id', 'secret', 'region') # DNS
