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

[rackspace|auto_scale] added transaction ids to exceptions

This commit is contained in:
Kyle Rames 2013-09-27 14:39:54 -05:00
parent e6dd59c409
commit efc97c8289

View file

@ -123,6 +123,10 @@ module Fog
:autoscale
end
def request_id_header
"x-response-id"
end
def region
@options[:rackspace_region]
end