1
0
Fork 0
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:
Kyle Rames 2013-11-19 13:47:20 -06:00
parent 01b12cecaf
commit 9e91262e08
3 changed files with 6 additions and 6 deletions

View file

@ -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
})

View file

@ -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
})

View file

@ -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
})