mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Remove mocks for Google
This commit is contained in:
parent
2f1351bc21
commit
d3bb3148c4
2 changed files with 0 additions and 8 deletions
|
@ -36,11 +36,6 @@ 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_storage_access_key_id => 'google_storage_access_key_id',
|
||||
:google_storage_secret_access_key => 'google_storage_secret_access_key',
|
||||
:google_project => 'google_project_name',
|
||||
:google_client_email => 'fake@developer.gserviceaccount.com',
|
||||
:google_key_location => '~/fake.p12',
|
||||
:hp_access_key => 'hp_access_key',
|
||||
:hp_secret_key => 'hp_secret_key',
|
||||
:hp_tenant_id => 'hp_tenant_id',
|
||||
|
|
|
@ -3,9 +3,6 @@ def storage_providers
|
|||
:aws => {
|
||||
:mocked => true
|
||||
},
|
||||
:google => {
|
||||
:mocked => true
|
||||
},
|
||||
:hp => {
|
||||
:mocked => true
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue