mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[rackspace] set default region in mock helper for tests
This commit is contained in:
parent
cd8c2e56aa
commit
d124c52ff5
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ if Fog.mock?
|
|||
:ovirt_password => '123123',
|
||||
:libvirt_uri => 'qemu://libvirt/system',
|
||||
:rackspace_api_key => 'rackspace_api_key',
|
||||
:rackspace_region => 'dfw',
|
||||
:rackspace_username => 'rackspace_username',
|
||||
:riakcs_access_key_id => 'riakcs_access_key_id',
|
||||
:riakcs_secret_access_key => 'riakcs_secret_access_key',
|
||||
|
|
Loading…
Reference in a new issue