Skip to content

Commit

Permalink
[joyent|compute] make password required
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Feb 20, 2012
1 parent cae7bcb commit 6e93321
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions lib/fog/joyent/compute.rb
Expand Up @@ -5,12 +5,9 @@
module Fog
module Compute
class Joyent < Fog::Service
requires :joyent_username
requires :joyent_password, :joyent_username

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

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

0 comments on commit 6e93321

Please sign in to comment.