1
0
Fork 0
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:
geemus 2014-09-03 09:09:14 -05:00
parent cd8c2e56aa
commit d124c52ff5

View file

@ -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',