From bba1390fffa0816fb8b462793ff93b81e2e71400 Mon Sep 17 00:00:00 2001 From: Nat Welch Date: Wed, 26 Dec 2012 17:48:55 -0800 Subject: [PATCH] a little sorting of config options. --- lib/fog/core/errors.rb | 2 +- tests/helpers/mock_helper.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/fog/core/errors.rb b/lib/fog/core/errors.rb index 9fd8b4f27..bb17ebe7b 100644 --- a/lib/fog/core/errors.rb +++ b/lib/fog/core/errors.rb @@ -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: diff --git a/tests/helpers/mock_helper.rb b/tests/helpers/mock_helper.rb index 95443d936..8b065e154 100644 --- a/tests/helpers/mock_helper.rb +++ b/tests/helpers/mock_helper.rb @@ -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',