[tests] add dnsmadeeasy and ninefold to mock credentials

This commit is contained in:
geemus 2011-06-15 11:33:37 -07:00
parent 6d0f3199ce
commit a1d2ef0ec7
1 changed files with 4 additions and 0 deletions

View File

@ -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',