mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[tests] add dnsmadeeasy and ninefold to mock credentials
This commit is contained in:
parent
6d0f3199ce
commit
a1d2ef0ec7
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,8 @@ if Fog.mock?
|
|||
:brightbox_secret => 'brightbox_secret',
|
||||
:dnsimple_email => 'dnsimple_email',
|
||||
:dnsimple_password => 'dnsimple_password',
|
||||
:dnsmadeeasy_api_key => 'dnsmadeeasy_api_key',
|
||||
:dnsmadeeasy_secret_key => 'dnsmadeeasy_secret_key',
|
||||
:ecloud_username => 'ecloud_username',
|
||||
:ecloud_password => 'ecloud_password',
|
||||
:ecloud_versions_uri => 'http://ecloud.versions.uri',
|
||||
|
@ -28,6 +30,8 @@ if Fog.mock?
|
|||
:local_root => '~/.fog',
|
||||
:new_servers_password => 'new_servers_password',
|
||||
:new_servers_username => 'new_servers_username',
|
||||
:ninefold_compute_key => 'ninefold_compute_key',
|
||||
:ninefold_compute_secret => 'ninefold_compute_secret',
|
||||
# :public_key_path => '~/.ssh/id_rsa.pub',
|
||||
# :private_key_path => '~/.ssh/id_rsa',
|
||||
:rackspace_api_key => 'rackspace_api_key',
|
||||
|
|
Loading…
Add table
Reference in a new issue