mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[rackspace|queues] fixing examples
This commit is contained in:
parent
01b12cecaf
commit
9e91262e08
3 changed files with 6 additions and 6 deletions
|
@ -36,8 +36,8 @@ end
|
|||
|
||||
# create Queue Service
|
||||
service = Fog::Rackspace::Queues.new({
|
||||
# :rackspace_username => rackspace_username,
|
||||
# :rackspace_api_key => rackspace_api_key,
|
||||
:rackspace_username => rackspace_username,
|
||||
:rackspace_api_key => rackspace_api_key,
|
||||
:rackspace_region => :ord #Use Chicago Region
|
||||
})
|
||||
|
||||
|
|
|
@ -42,8 +42,8 @@ end
|
|||
|
||||
# create Queue Service
|
||||
service = Fog::Rackspace::Queues.new({
|
||||
# :rackspace_username => rackspace_username,
|
||||
# :rackspace_api_key => rackspace_api_key,
|
||||
:rackspace_username => rackspace_username,
|
||||
:rackspace_api_key => rackspace_api_key,
|
||||
:rackspace_region => :ord #Use Chicago Region
|
||||
})
|
||||
|
||||
|
|
|
@ -36,8 +36,8 @@ end
|
|||
|
||||
# create Queue Service
|
||||
service = Fog::Rackspace::Queues.new({
|
||||
# :rackspace_username => rackspace_username,
|
||||
# :rackspace_api_key => rackspace_api_key,
|
||||
:rackspace_username => rackspace_username,
|
||||
:rackspace_api_key => rackspace_api_key,
|
||||
:rackspace_region => :ord #Use Chicago Region
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue