1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Don't need to provide this default value here.

This commit is contained in:
H. Wade Minter 2011-03-18 11:08:51 -04:00
parent ffb19a4ba7
commit 3ae4a3caab

View file

@ -27,7 +27,6 @@ if Fog.mock?
# :private_key_path => '~/.ssh/id_rsa', # :private_key_path => '~/.ssh/id_rsa',
:rackspace_api_key => 'rackspace_api_key', :rackspace_api_key => 'rackspace_api_key',
:rackspace_username => 'rackspace_username', :rackspace_username => 'rackspace_username',
:rackspace_servicenet => 'rackspace_servicenet',
:slicehost_password => 'slicehost_password', :slicehost_password => 'slicehost_password',
:voxel_api_key => 'voxel_api_key', :voxel_api_key => 'voxel_api_key',
:voxel_api_secret => 'voxel_api_secret', :voxel_api_secret => 'voxel_api_secret',