mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Revert "[rackspace] updated shindo helper to add :rackspace_queues_client_id to credentials if it does not already exist. Hopefully this will make it easier to run Rackspace tests"
This reverts commit 6efc48d9eb
.
This commit is contained in:
parent
516dd7e949
commit
e0ff3cb304
3 changed files with 2 additions and 6 deletions
|
@ -72,7 +72,8 @@ An alternate file may be used by placing its path in the FOG_RC environment vari
|
|||
:libvirt_uri:
|
||||
:rackspace_api_key:
|
||||
:rackspace_username:
|
||||
:rackspace_queues_client_id:
|
||||
:rackspace_servicenet:
|
||||
:rackspace_cdn_ssl:
|
||||
:riakcs_access_key_id:
|
||||
:riakcs_secret_access_key:
|
||||
:stormondemand_username:
|
||||
|
|
|
@ -21,10 +21,6 @@ Excon.defaults.merge!(:debug_request => true, :debug_response => true)
|
|||
|
||||
require File.expand_path(File.join(File.dirname(__FILE__), 'helpers', 'mock_helper'))
|
||||
|
||||
# Live tests will not run for the Rackspace provider without :rackspace_queues_client_id in the .fog file.
|
||||
# I am anticipating this issue to occur frequently. I am hoping this line mitigates this issue.
|
||||
Fog.credentials[:rackspace_queues_client_id] ||= 'test-fog-mock-queue'
|
||||
|
||||
def lorem_file
|
||||
File.open(File.dirname(__FILE__) + '/lorem.txt', 'r')
|
||||
end
|
||||
|
|
|
@ -75,7 +75,6 @@ if Fog.mock?
|
|||
:libvirt_uri => 'qemu://libvirt/system',
|
||||
:rackspace_api_key => 'rackspace_api_key',
|
||||
:rackspace_username => 'rackspace_username',
|
||||
:rackspace_queues_client_id => 'test-fog-mock-queue',
|
||||
:riakcs_access_key_id => 'riakcs_access_key_id',
|
||||
:riakcs_secret_access_key => 'riakcs_secret_access_key',
|
||||
:storm_on_demand_username => 'storm_on_demand_username',
|
||||
|
|
Loading…
Reference in a new issue