commit | ed5dd7fe5e80424e1df63bef3b381d3759cd595c | [log] [tgz] |
---|---|---|
author | Rafael Garcia <rafbgarcia@gmail.com> | Fri Dec 06 17:00:32 2013 -0300 |
committer | Jon Perritt <jrperritt@gmail.com> | Fri Dec 13 17:23:39 2013 -0600 |
tree | 13bc5bd614299d1331cb70419ea2b055fee072a1 | |
parent | dbc4e9ea4f0ece22c0ee19d59784060c129493d2 [diff] [blame] |
+maxlinc - Add ApiKey authentication
diff --git a/acceptance/01-authentication.go b/acceptance/01-authentication.go index 91fc814..bcd3545 100644 --- a/acceptance/01-authentication.go +++ b/acceptance/01-authentication.go
@@ -5,7 +5,7 @@ ) func main() { - provider, username, password := getCredentials() + provider, username, password, _ := getCredentials() _, err := gophercloud.Authenticate( provider,