Remove mocks for Google

This commit is contained in:
Paulo Henrique Lopes Ribeiro 2015-04-03 12:04:04 -03:00
parent 2f1351bc21
commit d3bb3148c4
2 changed files with 0 additions and 8 deletions

View File

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

View File

@ -3,9 +3,6 @@ def storage_providers
:aws => {
:mocked => true
},
:google => {
:mocked => true
},
:hp => {
:mocked => true
},