mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
a little sorting of config options.
This commit is contained in:
parent
ffdc1d02b5
commit
bba1390fff
2 changed files with 2 additions and 2 deletions
|
@ -40,11 +40,11 @@ An alternate file may be used by placing its path in the FOG_RC environment vari
|
|||
:bluebox_customer_id:
|
||||
:brightbox_client_id:
|
||||
:brightbox_secret:
|
||||
:google_project:
|
||||
:clodo_api_key:
|
||||
:clodo_username:
|
||||
:go_grid_api_key:
|
||||
:go_grid_shared_secret:
|
||||
:google_project:
|
||||
:google_storage_access_key_id:
|
||||
:google_storage_secret_access_key:
|
||||
:hp_account_id:
|
||||
|
|
|
@ -37,9 +37,9 @@ if Fog.mock?
|
|||
:glesys_api_key => 'glesys_api_key',
|
||||
:go_grid_api_key => 'go_grid_api_key',
|
||||
:go_grid_shared_secret => 'go_grid_shared_secret',
|
||||
:google_project => 'google_project_name',
|
||||
:google_storage_access_key_id => 'google_storage_access_key_id',
|
||||
:google_storage_secret_access_key => 'google_storage_secret_access_key',
|
||||
:google_project => 'google.com:icco-dev',
|
||||
:hp_account_id => 'hp_account_id',
|
||||
:hp_secret_key => 'hp_secret_key',
|
||||
:hp_tenant_id => 'hp_tenant_id',
|
||||
|
|
Loading…
Add table
Reference in a new issue