mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[joyent|compute] make password required
This commit is contained in:
parent
7238c5ce37
commit
0d203bb511
1 changed files with 2 additions and 5 deletions
|
@ -5,12 +5,9 @@ require 'multi_json'
|
|||
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'
|
||||
|
|
Loading…
Reference in a new issue