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
cae7bcb322
commit
6e93321e29
1 changed files with 2 additions and 5 deletions
|
@ -5,12 +5,9 @@ require 'multi_json'
|
||||||
module Fog
|
module Fog
|
||||||
module Compute
|
module Compute
|
||||||
class Joyent < Fog::Service
|
class Joyent < Fog::Service
|
||||||
requires :joyent_username
|
requires :joyent_password, :joyent_username
|
||||||
|
|
||||||
recognizes :joyent_password
|
recognizes :joyent_keyfile, :joyent_keyname, :joyent_url
|
||||||
recognizes :joyent_url
|
|
||||||
recognizes :joyent_keyname
|
|
||||||
recognizes :joyent_keyfile
|
|
||||||
|
|
||||||
model_path 'fog/joyent/models/compute'
|
model_path 'fog/joyent/models/compute'
|
||||||
request_path 'fog/joyent/requests/compute'
|
request_path 'fog/joyent/requests/compute'
|
||||||
|
|
Loading…
Add table
Reference in a new issue