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

[rackspace|compute_v2] updated detach volume to use :rackspace_region to specify region

This commit is contained in:
Kyle Rames 2013-03-15 16:37:26 -05:00
parent a51e8b4800
commit e482b706fb

View file

@ -58,7 +58,7 @@ compute_service = Fog::Compute.new({
cbs_service = Fog::Rackspace::BlockStorage.new({
:rackspace_username => rackspace_username,
:rackspace_api_key => rackspace_api_key,
:rackspace_endpoint => Fog::Rackspace::BlockStorage::ORD_ENDPOINT #Use Chicago Region
:rackspace_region => :ord #Use Chicago Region
})
# retrieve list of servers