Skip to content

Commit

Permalink
Revert "[joyent|compute] make password required"
Browse files Browse the repository at this point in the history
This reverts commit 6e93321.

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.
  • Loading branch information
thekvn committed Feb 21, 2012
1 parent 76ac079 commit a295c9c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lib/fog/joyent/compute.rb
Expand Up @@ -5,9 +5,12 @@
module Fog
module Compute
class Joyent < Fog::Service
requires :joyent_password, :joyent_username
requires :joyent_username

recognizes :joyent_keyfile, :joyent_keyname, :joyent_url
recognizes :joyent_password
recognizes :joyent_url
recognizes :joyent_keyname
recognizes :joyent_keyfile

model_path 'fog/joyent/models/compute'
request_path 'fog/joyent/requests/compute'
Expand Down

0 comments on commit a295c9c

Please sign in to comment.