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:
parent
23a5dcd178
commit
65ecc5bbe9
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue