1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

14 commits

Author SHA1 Message Date
James Herdman
97b16d08d2 Remove absolute path when requiring 2012-05-26 11:27:28 -04:00
Kevin Chan
9229ec04f8 [joyent|compute] Support for DSA keys for auth
Certain ruby/openssl versions have issues with DSA key signing, if that is the
case, suggests user to use an RSA key instead.

Fixes #886
2012-05-02 15:22:07 +08:00
Kevin Menard
dcefc2d7de Fixed #875: Loosen multi_json version. 2012-04-25 10:31:28 -04:00
Steve Smith
d89dd56fe7 Use MultiJSON #dump and #load rather than #encode and #decode
MultiJSON deprecated these methods in 1.3.0 in favour of the new ones.
This requires an update to the gemspec to ensure ~>1.3
2012-04-20 13:09:14 +01:00
Kevin Chan
5ce6eaf5c6 Fixes invalid call to #resize, should be #resize_machine 2012-04-10 22:40:27 +08:00
Kevin Chan
baf0f445e9 [joyent|compute] Added #list_datacenters 2012-04-10 15:46:57 +08:00
Kevin Chan
4b8e7bb060 [joyent|compute] Fixes issue where params are not properly passed to #keys_create
from #create_key
2012-04-09 21:44:11 +08:00
Kevin Chan
987390c70a Removed duplicate property :ips on server 2012-04-09 18:56:03 +08:00
Kevin Chan
d9c2cc0036 cleanups + refactorings + better error reporting per joyent cloudapi spec 2012-02-27 23:14:11 -08:00
Kevin Chan
4ff115c1de - Fixes tests to run in both mock and non-mock mode
- Clean ups and fixes
2012-02-27 17:33:21 -06:00
Kevin Chan
501ad27c0f Revert "[joyent|compute] make password required"
This reverts commit 6e93321e29.

The reason for reverting this is Joyent's CloudAPI allows authenticating using
either a username/password credential pair OR using a username and SSH private key.

In http-signature authentication scheme, no password is used.
2012-02-27 17:33:20 -06:00
geemus
0d203bb511 [joyent|compute] make password required 2012-02-27 17:33:20 -06:00
Kevin Chan
8d901a0121 Credentials: cloudapi_* -> joyent_* for consistency 2012-02-27 17:33:20 -06:00
Kevin Chan
e403854446 GH-690 Joyent Cloud Provider
Squashed from fog/joyent
2012-02-27 17:33:20 -06:00