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:
parent
a51e8b4800
commit
e482b706fb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue