diff --git a/lib/fog/rackspace/examples/queues/claim_messages.rb b/lib/fog/rackspace/examples/queues/claim_messages.rb index 2ecf22b17..9b68706c6 100644 --- a/lib/fog/rackspace/examples/queues/claim_messages.rb +++ b/lib/fog/rackspace/examples/queues/claim_messages.rb @@ -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 }) diff --git a/lib/fog/rackspace/examples/queues/list_messages.rb b/lib/fog/rackspace/examples/queues/list_messages.rb index ed6ead8e6..a451d30c6 100644 --- a/lib/fog/rackspace/examples/queues/list_messages.rb +++ b/lib/fog/rackspace/examples/queues/list_messages.rb @@ -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 }) diff --git a/lib/fog/rackspace/examples/queues/post_message.rb b/lib/fog/rackspace/examples/queues/post_message.rb index 2592826f6..b63ce2518 100644 --- a/lib/fog/rackspace/examples/queues/post_message.rb +++ b/lib/fog/rackspace/examples/queues/post_message.rb @@ -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 })