commit | 3de36c90bb1c341a7feb7bbe802b17a8c4213597 | [log] [tgz] |
---|---|---|
author | Samuel A. Falvo II <kc5tja@arrl.net> | Sat Feb 01 15:16:37 2014 -0800 |
committer | Samuel A. Falvo II <kc5tja@arrl.net> | Sat Feb 01 15:16:37 2014 -0800 |
tree | df5103434cf9c144fbf3d6a66c8e3ebf8d70d4e0 | |
parent | 86044effa30810cfa29dba8d5bb9b4b87c51a778 [diff] |
No apikey support in standard OpenStack
diff --git a/osutil/auth.go b/osutil/auth.go index 60a5f0b..409846c 100644 --- a/osutil/auth.go +++ b/osutil/auth.go
@@ -44,7 +44,7 @@ return "", nilOptions, ErrNoUsername } - if password == "" && apiKey == "" { + if password == "" { return "", nilOptions, ErrNoPassword }