1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Add HP credential params for mocking support.

This commit is contained in:
Rupak Ganguly 2012-04-09 10:17:57 -04:00
parent 23a5dcd178
commit 65ecc5bbe9

View file

@ -30,6 +30,7 @@ if Fog.mock?
:google_storage_secret_access_key => 'google_storage_secret_access_key',
:hp_account_id => 'hp_account_id',
:hp_secret_key => 'hp_secret_key',
:hp_tenant_id => 'hp_tenant_id',
:linode_api_key => 'linode_api_key',
:local_root => '~/.fog',
:new_servers_password => 'new_servers_password',