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:
parent
ffb19a4ba7
commit
3ae4a3caab
1 changed files with 0 additions and 1 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue